Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mirdora

    (@mirdora)

    I think I have been asking the wrong question. Let me try again. I have updated the menus on my site. I am not able to update the ‘Home’ menu. How do I do that? How to do I gain accees to the HTML I see when I right click on the page and select View Source?

    Thread Starter mirdora

    (@mirdora)

    This is what I see under the directory you gave. I do appreciate your guidance. I am not a programmer and this is difficult to understand. I need help accessing the home page and modfying it. What is the best route to take to do that?

    <div id=”container”>
    <div id=”content” role=”main”>

    <?php
    /* Run the loop to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-index.php and that will be used instead.
    */
    get_template_part( ‘loop’, ‘index’ );
    ?>
    </div><!– #content –>
    </div><!– #container –>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Thread Starter mirdora

    (@mirdora)

    I hhave accessed index.php of the theme and all that is there is the following:

    ?php
    // Silence is golden.
    ?>

Viewing 3 replies - 1 through 3 (of 3 total)