• I have list of categories. Let just say like this.

    Book
    CD
    DVD
    T-shirts
    Template
    Watch
    Merchandise
    Tissue

    and i want to display only 5 categories per page.
    so, at page 1 only show Book, CD, DVD, T-shirts, Template. and Watch, Merchandise, Tissue will be appear in page 2.
    can somebody tell me how to make that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Is this because your menu runs into multiple lines?

    Thread Starter magextic

    (@magextic)

    thank’s for the quick reply, swanson…

    maybe you can look at this link..

    https://galerisalihara.myindodemo.com/galeri/gerai/

    i want to make pagination at this categories. but i am so confuse, because i have read all about pagination, and all of them only talking about pagination for posts, not for categories.

    can you help me, swanson?

    Yes, see my sites…click my name…pagination by category can be achieved….the biggest part of this is what your theme dev.’s have incpuded (PHP), and what can be customized…too many include very basic functionailty, paid only supprt, and very simple CSS also.

    On my sites, each menu item at top is a category and each cat is paginated.

    The basic functionaly of paged categories depends on your theme and your willingness to work in PHP…

    https://codex.www.ads-software.com/Category_Templates#What_categories_do_you_show_to_the_visitors.3F

    Thread Starter magextic

    (@magextic)

    let me make clear about this,swanson.

    in my case, actually i use custom post type.
    and the structure is
    + Gerai (as parent categories)
    —Book (as child)
    —CD (as child)
    —DVD (as child)
    —T-shirts (as child)
    —Template (as child)
    —Watch (as child)
    —Merchandise (as child)
    —Tissue (as child)

    so, what i wanna do now is to make pagination for this sub categories. when i see your site, i can say that you use pagination for post, not for categories. you just give limit 1 post to show for each pagination.
    for post pagination, i’ve used it at https://galerisalihara.myindodemo.com/galeri/book/

    when i see your site, i can say that you use pagination for post, not for categories. you just give limit 1 post to show for each pagination.

    not correct.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pagination for Categories’ is closed to new replies.