• Resolved ReneODeay

    (@reneodeay)


    I bit the bullet and upgraded/updated to 2.5, dealt with many problems, but the link in my header is gone. Missing link cannot be found in my themes files or in configuration files.

    It’s always been the easy way to get from pages or other post pages back to the homepage or index. Where do I fix this? Searched all thru forums, cannot find any other post on this topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just checked that theme and it doesn’t come with a linked blog title. It’s easy to add though. Look in header.php for …

    <h4><?php bloginfo('name'); ?></h4>

    … and add the link to home so that it now looks like …

    <h4><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h4>

    Thread Starter ReneODeay

    (@reneodeay)

    Thanks, LenK, it did change the color of my blog title, but the link now works.
    you have an interesting blog yourself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My blog link missing in header’ is closed to new replies.