Viewing 5 replies - 1 through 5 (of 5 total)
  • It seems that you have to edit the header.php file of the theme.

    Replacing this:

    <ul id="topnav">
    	<li><a href="<?php bloginfo('url'); ?>" id="navHome" title="Posted Recently" accesskey="h">Home</a> | </li>
    	<li><a href="/about/" id="navAbout" title="About the Author" accesskey="a">About</a> | </li>
    	<li><a href="/archives/" id="navArchives" title="Posted Previously" accesskey="r">Archives</a> | </li>
    	<li><a href="/links/" id="navLinks" title="Recommended Links" accesskey="l">Links</a> | </li>
    	<li><a href="/contact/" id="navContact" title="Contact the Author" accesskey="c">Contact</a></li>
    </ul>

    For just this:

    <ul id="topnav">
    	<li><a href="<?php bloginfo('url'); ?>" id="navHome" title="Posted Recently" accesskey="h">Home</a> | </li>
    </ul>
    Thread Starter venus270

    (@venus270)

    Thank you wp_guy!!

    no problem 😉

    Nice!

    I’m using Connections Reloaded as my blog theme. I would like to add a heading in my Links widget of the sidebar. There is no heading provided for Links. Can someone tell me how to add this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme: Connections Reloaded 1.5’ is closed to new replies.