• Resolved peterk900

    (@peterk900)


    Themes prior to 2013 seem to automatically allocate the page identified as home with the menu legend Home not linked to the page heading. But with 2013 it seems you need to give the page a title of Home to see Home appear in the navigation.
    Is there any way to make the 2013 template behave as earlier templates – to avoid the problem of the words Home appearing at the top of the home page ?

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

    (@kidsguide)

    What theme are you using?

    WPyogi

    (@wpyogi)

    Is there any way to make the 2013 template behave as earlier templates – to avoid the problem of the words Home appearing at the top of the home page ?

    The easier solution is to hide that using CSS – you’ll need to use a child theme or custom CSS plugin (so that your changes are not lost when WP is updated – and then try adding this CSS:

    .home .entry-title {
        display: none;
    }

    Thread Starter peterk900

    (@peterk900)

    Thanks – works fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress 2013 – Home page’ is closed to new replies.