• I have no access at all to the Home page on the Twenty Ten Theme. Can you please tell me how I can access this page. The home page is not accessible via the ‘Appearances’ or the ‘Pages’ section of the dashboard.

Viewing 6 replies - 1 through 6 (of 6 total)
  • the home page is generated by index.php of the theme – unless you have set a static home page.

    Thread Starter mirdora

    (@mirdora)

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

    ?php
    // Silence is golden.
    ?>

    you have the wrong index.php;

    look here:
    /wp-content/themes/twentyten/index.php

    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 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?

    If what you want to do is change the NAME of your front page’s link from “HOME” to something else (provided your front page is used to show your blog posts) try this… https://www.ads-software.com/support/topic/twenty-ten-change-home-to-inicio?replies=5

    If your ‘front page’ is showing your blog posts and you want to change/have acces to that content, that would be under your admin —> POSTS. If you want your ‘front page’ to be a static page go into menu SETTINGS —> READING and change it there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Twenty Ten Theme – Home Page’ is closed to new replies.