Archived topic
generatepress remove previous next in "mobile"
3 replies · Started by Gopi on February 23, 2020
Viewing posts 1–4 of 4
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)
Hi there,
wrap the existing code for thumbnail navigation in this conditional:
<?php if ( ! wp_is_mobile() ) { ?>
// Existing code in here
<?php } ?>
Thanks
You're welcome
This archived topic is closed to new replies.