• Resolved cbilgen

    (@cbilgen)


    To any who may help,
    How can I remove “Home” link/button from my navigation bar only for when I’m on the home page? (I want it there for other pages, but to have an extra button for “Home” when already on the Home page is unnecessary and adds clutter…)
    My site is https://baykusmedia.com/

    Thanks alot!
    C.

Viewing 3 replies - 16 through 18 (of 18 total)
  • Untested but try just placing:

    </div><!-- #main -->
    	<footer id="colophon" class="site-footer" role="contentinfo">
    		<div class="site-info wrap">
    		</div><!-- .site-info -->
    	</footer><!-- #colophon -->
    </div><!-- #page -->
    
    <?php wp_footer(); ?>
    </body>
    </html>

    in the child theme’s footer.php file.

    Thread Starter cbilgen

    (@cbilgen)

    Got it, just had to delete the </div parts.

    Thread Starter cbilgen

    (@cbilgen)

    Thanks again!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘How to remove "Home" from nav bar***only when @Home’ is closed to new replies.