Best way to add to and/or customize pagination
-
Topic
-
Hi Jason,
I’m playing around with modifying the themeblvd pagination to add a search form after the pagination. I’m unable to get it to work. I tried the pluggable function route and the add action route, but no dice. There must be something I’m missing regarding this function, because the following code only shows the search form and not the pagination.
function my_pagination() { echo themeblvd_get_pagination(); echo get_search_form(); } remove_all_actions ('themeblvd_pagination'); add_action ('themeblvd_pagination', 'my_pagination');
I may need to further customize the pagination, I’d want it to change everywhere.
Please let me know the best way to do this.
Thanks,
Lindsay
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.