Forums › Forums › Search & Filter Pro › Pagination not working
Tagged: pagination
- This topic has 17 replies, 2 voices, and was last updated 7 years, 6 months ago by Anonymous.
-
Anonymous(Private) May 4, 2017 at 6:16 pm #106546
Thanks Trevor. I guess I am misunderstanding the definition of pagination. On this page https://tunegorilla.com/royalty-free-music-store/, at the bottom, there are tabs to different pages. That’s what I am looking for. I don’t think that having newer/older is very user friendly to customers looking through potential music to purchase. I tried using the plugin WP-Paginate which does give me what I’m looking for. Unfortunately it’s not working so there must be a plugin conflict somewhere. Back to square one!
Anonymous(Private) May 4, 2017 at 7:12 pm #106565Yep, that works and gives me navigation but is not return the display results I want. It’s showing Excerpt instead of Content. The Content Views plugin allows me to select Excerpt or Content. As here https://tunegorilla.com/royalty-free-music-store/.
Is there a way to return Content instead of Excerpt?
Trevor(Private) May 4, 2017 at 7:20 pm #106568If you are using the Shortcode method, then did you follow the customisation guide?
Once you have copied the results.php file over, you can edit it. Find the PHP code
the_excerpt()
and replace it withthe_content()
. You can change any of the HTML and CSS classes etc. -
AuthorPosts