• Resolved lewren

    (@lewren)


    Just changed theme to Tropicla and default top navigation is “Home”.

    When I create a new first page, give it any title and then top navigation is getting yet another button to press. That’s all fine but the “home” is not dissapearing and I can’t get rid of it. Any one know what I need to edit to solve this problem.

    //Lewren

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lewren

    (@lewren)

    Ahhh found a way around the problem, it’s not the right way but in the header.php a managed to change home to hem and this will fix it temp.

      <li <?php if(is_front_page()) { ?>class=”current_page_item”<?php } ?>>/”>Hem
      <?php wp_list_pages(‘sort_column=menu_order&title_li=’ ); ?>

    <div id=”masthead_image”>

    Hey Lewren,

    I am adjusting the Tropicla-theme to a website for my company. (www.aurelia.nl). I would like the homepage, under the heading “home”, to be a static page, like the other newly made pages. In other words, I do not want the blog-function of the theme to be part of my homepage.

    Will the above solution be applicable? What does it mean to change home to hem? Did you just change the name of the heading, or did you adjust the order of the pages? The latter would make it possible to have one of the static pages to be my homepage…

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tropicla theme top navigation problem’ is closed to new replies.