• Resolved michaelb428ping

    (@michaelb428ping)


    Pagination right now shows (when enabled) at the bottom of a post list. Is it possible to also show it at the top of the list?

    List Category Posts version: 0.83.1
    WordPress version: 5.6.1

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    Yes, you can do it in a custom template. Look for these lines in the template:

    //Pagination
    $lcp_display_output .= $this->get_pagination();

    and copy/move them wherever you like.

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination instance at top of a post listing?’ is closed to new replies.