Forums

[resolved] home tab not showing with my theme?? (5 posts)

  1. angelkitty86
    Member
    Posted 2 years ago #

    http://www.angelkitty.co.uk/blog/

    theme: scribblings

    Hi! For some reason the "home" tab doesnt show on my theme, so if i goto another page, its difficult for someone to navigate back to the home page (post page) as they'd have to click the title at the top left.

    i've looked in style.php but im not sure what i would change!!

  2. Peter Boosten
    Member
    Posted 2 years ago #

    Well, if it helps: the title of your blog ('Angel Kitty') is a link to your home page, but there's more you can do.

    In your template files, probably header.php is an unordered list, starting with

    <div id="tabs">
      <ul>

    And then (probably) a php function called wp_list_pages() is called).

    You can add a link to this list, just below the <ul>:

    <li><a href="<?php bloginfo('url'); ?>">Home</a></li>

    Peter

  3. angelkitty86
    Member
    Posted 2 years ago #

    hi!

    thanks, i tried that but now it doesnt look like a proper button?

    http://www.angelkitty.co.uk/blog you can see it here

  4. Peter Boosten
    Member
    Posted 2 years ago #

    Oke, put the word Home between span tags

    <span>Home</span>

    Peter

  5. angelkitty86
    Member
    Posted 2 years ago #

    fantastic! thank you :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags