• Resolved adrianch

    (@adrianch)


    Hi,

    How to make pagination using cpt ui? I want to display (for example) 5 posts on one page.
    Thanks for answer πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    CPTUI doesn’t handle anything for display of content. You’ll need to edit your theme files appropriately using some other tool that handles posts fetching, or code your own solution using something like the WP_Query class to start fetching and outputting the data.

    If you’d prefer, we do have our premium https://pluginize.com/plugins/custom-post-type-ui-extended/ plugin that integrates well with CPTUI as well as other post types not created by CPTUI, for display wherever you can place a shortcode. Worth considering, and would cover your need for 5 CPT posts in one page.

    Thread Starter adrianch

    (@adrianch)

    ok thansk for your answer!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Paggination’ is closed to new replies.