Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other next-post – prev-post within the same child category

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #276435
    miraziz
    Participant

    Hi guys.
    How can i show wp post nav in bottom of the single.php

    #276441
    Atelierbram
    Participant

    Search for get_adjacent_post single post navigation

    #276456
    miraziz
    Participant

    Thanks for the reply.
    Unfortunately, I do not know enough about php.
    I use this code but it works for parent category.
    -cat01
    –childcat02
    —grandchildcat03
    According to the above category, it just switches in cat01. i want it works for cat03 (child cat)

    <?php previous_post_link( '« %link', '%title', true ); ?> | 
    <?php next_post_link( '%link »', '%title', true ); ?>
    
    
    #276458
    Atelierbram
    Participant

    In WP dashboard on each post make sure to only check the subcategory for the post, so not also the parent category.
    Can you post a link to an example of the code like it is now?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.