kulbhooshan @ WP Paging
- Author: kulbhooshan
- Sent: 2012-08-30 @ 11:39 f m
- Commented: WP Paging
I have some urls on a page and I want to implement paging on it. How can I do that?
get_results(”SELECT * FROM wp_socialboomarking;”);
echo ”;
echo ‘Social Bookmarking Sites’;
foreach($query as $post){
echo ””;
echo ”.$post->socialbookmarking_url.”;
echo ””;
}
echo ””;
?>
on this data I want to use paging.