• I am trying to get page pagination to work in my category.php file while using the map-categories-to-pages plugin. So far no luck. I cannot get the category.php to limit the number of pages that appear and I cannot get a pagination links to appear, presumably because the existing code in category.php for my theme is written to deal with posts. How can I make this happen?

    http://wordpress.org/extend/plugins/map-categories-to-pages/

Viewing 1 replies (of 1 total)
  • Plugin Author Amit Verma

    (@amit_ish)

    You can see the full code to implement Map Categories to Pages with pagination (next and previous posts links) at http://pastebin.com/NR26n4XM. I have used loop HTML from twentyeleven theme. You might have to tweak HTML and CSS.

    In addition, you need to edit page.php rather than category.php. This plugin is supposed to help you to insert Posts on Pages. Have you implemented the template changes in category.php?

Viewing 1 replies (of 1 total)
  • The topic ‘map-categories-to-pages pagination’ is closed to new replies.