• After the past help about moving catagories to tabs… which worked great by the way, thanks, I have a few more tweaks I am trying to implement.

    1 I would like to change the name of the ‘home’ tab to ‘most recent post’

    2 I would like to have a tab named home which will act as a link to my main webpage

    3 when I click the catagories tab it shows an abridged version of the article, I would like the full version of the article to be shown.

    I hope you all can help me with these tweaks, with your help I am making an unbelievbley cool bog

    Thanks, Missy

Viewing 1 replies (of 1 total)
  • 2. Look for this in header.php

    <a href="<?php bloginfo('siteurl'); ?>/" title="Home">Home</a></code>

    and change it to

    <a href="http://yourmainwebsite.com/" title="Home">Home</a>

    3. Duplicate or copy and paste the content of your theme’s index.php into another file and call it category.php –Place category.php in your theme folder. Done.

    Don’t really understand what you want to do in #1 –sorry!

    John

Viewing 1 replies (of 1 total)
  • The topic ‘Need help for tweaks in Misty look’ is closed to new replies.