[Plugin: Pgnator] how to build loop ?
-
I want to use this plugin to build pagination to my custom query that queries all videos uploaded to wordtube.
My query is
select wt.vid vid, wt.name, wt.description description, wt.counter,wt.image,wp.pid pid, wp.playlist_name modulefrom $wpdb->wordtube wt, $wpdb->wordtube_playlist wp, $wpdb->wordtube_med2play wm where wt.vid = wm.media_id and wp.pid = wm.playlist_id order by wt.counter desc"Any thoughts on how to build while loop for this ?
I am goign to page template to display the videos.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Pgnator] how to build loop ?’ is closed to new replies.