Viewing 1 replies (of 1 total)
  • yea, you just need to add the following code to floating_menu.php to specify where to show up the floating menu. I just want it to show up in the front page:

    <?php wp_reset_query(); ?>
    <?php if(is_home() || is_front_page()): ?>
         <!-- show up menu -->
    <?php else: ?>
    <?php endif;  ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Shows up on all pages’ is closed to new replies.