[Resolved] generatepress remove previous next in "mobile"

Home Forums Support [Resolved] generatepress remove previous next in "mobile"

Home Forums Support generatepress remove previous next in "mobile"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1174835
    Gopi

    How to remove custom navigation or Previous or Next under Single post.

    I dont want to hide, i want to remove in mobile because of some reason. i have checked in elements but no option to exclude on mobile.

    So pls do the needful. (am using custom site library dispatch)

    #1175141
    David
    Staff
    Customer Support

    Hi there,

    wrap the existing code for thumbnail navigation in this conditional:

    <?php if ( ! wp_is_mobile() ) { ?>
    
    // Existing code in here 
    
    <?php } ?>   
    #1175505
    Gopi

    Thanks

    #1177186
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.