[Plugin: wordTube] Searching of videos & pagination
-
So far I succeeded in creating a page template that has a custom query to get list of videos uploaded sorted by most viewed. Page template displays.
SELECT * FROM $wpdb->wordtube ORDER BY counter desc
For each video in the query output I display the thumbnail and hyperlink, upon clicking it opens the individual video.
I need help with two things.
1) I wan’t do add search functionality so that when searched only matching videos are displayed.
2) I want to add pagination, so that videos more than 10 displayed in next page.
Any PHP gurus can help me ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: wordTube] Searching of videos & pagination’ is closed to new replies.