• I have installed “Gardening theme” on my website: https://vegetablegardendesigns.net/

    My problem is that I want static pages in the menu bar along with the “Recent Posts” page that I want to place at the end.

    I came across a tutorial how to delete the default “home page”. I have to delete this code:

    • /”>Home
    • However, I just can’t find it anywhere in editor. This is what I found in the header.php:
      <li style=”border-left:none;”>/”>Home
      <?php wp_list_pages(‘title_li=0&depth=1’); ?>

      And this is what I found in my index.php:
      //Code automatically inserted by Featurific for WordPress plugin
      if(is_home()) //If we’re generating the home page (remove this line to make Featurific appear on all pages)…
      if(function_exists(‘insert_featurific’)) //If the Featurific plugin is activated…
      insert_featurific(); //Insert the HTML code to embed Featurific

      I had installed the Featurific widget for slider. However, I just couldn’t do anything with it, I deactivated it.

      Can someone help me?

  • The topic ‘I can't locate a Code’ is closed to new replies.