Hi
I have just installed the minimatica theme and need some help. The home page of the theme automatically has the ‘Home’ and ‘Uncategorised’ links on it. I would like to remove those two links completely from the home page and all other pages. How can I do this???
Yup, same question for me actually…
Hi
I have found that if you go to the Dashboard – Appearance – Editor and open the footer.php page in the editor, the relevent lines to remove are :
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’, ‘container_id’ => ‘primary-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘minimatica_nav_menu’ ) ); ?>
This is how I finally managed to do it but save these lines in a notepad doc so you can replace them if you have any problems.
Fantastic my friend. Worked like a charm…:-)
Any idea how to remove just “home” from the nav menu on the bottom, but still leave the rest?
Just go to Appearance / Menu and create a new main menu, and to the left set it as your theme’s primary navigation!
i would like to keep the page links on the bottom of the page the only trouble is when you click on it it directs you to the home page with just the one image on it.
is there any way of editing the html so that when the links at the bottom are clicked it directs you to the actual post not the home page?