• My goal is to show in one page a list of categories with links but with navigation

    For example I have 20 posts in one category and I would like to show 10 posts per page with the “<< < 1 2 > >>” navigation example.

    All I can show is the first 10 post but I want all the posts to be shown but only 10 per page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter NunoLac

    (@nunolac)

    anyone can help me?

    Can you provide some more information:

    • Which theme your using
    • what your settings are in admin > settings > reading for number of posts
    • the pagination plugin you are using

    From what you have said you should be able to achieve this by simply changing the settings in the reading section of the admin panel to 10 posts and using the wp-pagenavi plugin.

    Otherwise you could also limit the # of posts displayed via the loop but answer the above before we go there.

    Thread Starter NunoLac

    (@nunolac)

    I’m creating my own theme.

    I was using only 1 post in the reading section since I just want to show in the home page the last post, but I want to show a list by categories in the portfolio page.

    Thread Starter NunoLac

    (@nunolac)

    let me see if I can explain it in a way that someone can help me out. I’m kind of freaking out right now since I can’t find any plugin for it

    for example I have a category with 20 posts so what I want is to show links to those 20 posts in a page that I’m calling for example portfolio/category-name.

    In that page I want it to show 10 posts per page with a link for a second page to show the next 10 posts.

    For example something like this

    Page 1:

    post title 1
    post title 2
    post title 3
    post title 4
    post title 5
    post title 6
    post title 7
    post title 8
    post title 9
    post title 10

    << < 1 2 > >>

    when I click on page 2 at the navigation it will show

    post title 11
    post title 12
    post title 13
    post title 14
    post title 15
    post title 16
    post title 17
    post title 18
    post title 19
    post title 20

    until now i haven’t found out a plugin that does that
    I really need help in here.

    If you just want to split a page up then use <!--nextpage--> Otherwise what you need is a special category template so when you view this category they are displayed differently from the default.

    https://codex.www.ads-software.com/Category_Templates

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show posts category with navigation’ is closed to new replies.