• Hello everyone,

    I’m working on the issue I can’t resolve by myself. I’ve created custom post type named “library”, that needs to contain thumbnail and fancy pagination, like on:
    https://www.dropbox.com/s/siq6s4gc98jtdd6/library-mockup.png?dl=0

    For every category of my library post type there should be a pagination and on the right side a thumbnails of all the posts in current category.

    Can you explain me how should I prepare the WP to achieve this effect? Should I edit single-library.php, category.php or something else? If you have any idea how to do it in the right way please share with me your solution.

    Best regards, Kamil

Viewing 1 replies (of 1 total)
  • Moderator Bet Hannon

    (@bethannon1)

    There are a lot of different ways you could set this up, but all of them will involve creating at least a template .php file for telling your theme how to display the single library cpt posts. Maybe that already exists for you as single-library.php.

    You might also want a library cpt index, as well, that will show all the posts in “library”, and/or a library cpt category template that will show all the posts in the categories (or, each category can have a different template).

    If you aren’t familiar with PHP, you might need to find someone to help you with this.

Viewing 1 replies (of 1 total)
  • The topic ‘Explain me how could I achieve my goal’ is closed to new replies.