• Dears Thank you for your kind development on this plugin, i would like to ask if it is possible to add pagination to post display created by advance post list plugin and if so can you please advise me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Advanced Post List

    (@advancedpostlist)

    This seems to be one of the commonly asked features, even amongst development. This is a feature that is part of the roadmap, and some updates were built with pagination in mind, but hasn’t been fully implemented yet.

    The main concern has been memory usage, but compared to older situations, pagination would be more in line with WP’s Query object.

    Unfortunately at the current version ( v0.4 ), pagination is not possible…unless you found a way to fake it. You can use the same Post List shortcode multiple times, and enable Exclude Duplicates on Current Page on the Post List. How you choose to display it is up to you, but an example could be the use of Tabs.

    The pagination feature would be a project though with a series of tasks. Some of which may include…additional shortcodes, expanded internal shortcode instance, and likely an AJAX function (which the primary focus is the lowest amount of processing).

    The feature has gotten closer to release, but is still marked as TBD.

    Thread Starter smeps

    (@smeps)

    Dear Thank you for your kind reply,

    I tried coding the pagination in to your core class, but it seem that not all the posts are retrieved from db raw’s when List Amount is set to a specific number as you mentioned (memory usage) , Which causes the pagination not to detect additional posts , and if Exclude Current Post is check, my pagination code works but I’m facing this issue: with the same posts shown in next and previous.

    Thank you again for your time and great efforts, it’s really very much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘If i need to add pagination to post’ is closed to new replies.