Viewing 5 replies - 1 through 5 (of 5 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter Gbn1

    (@gbn1)

    Hi, thanks for the help.

    I did this but still nothing 🙁

    did the theme ever have linked post titles?

    if not, you will need to add them;
    possibly in index.php, within the loop:

    from:
    <h1 class="post_title"><?php the_title(); ?></h1>

    to:
    <h1 class="post_title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>

    or similar – details depend on the existing coding of your theme.

    Thread Starter Gbn1

    (@gbn1)

    great, thanks alchymyth!

    I replaced this code and it now works, although I think it has overidden the css stylesheet.

    The .post_title colour should be orange, but for some reason its suddenly taking the style from the

    a
    {
    	color: #000000;
    	text-decoration: none;
    }

    Changing the a{ element changes all of the titles.

    Do you have any suggestions?
    Thanks.

    Thread Starter Gbn1

    (@gbn1)

    [resolved] css conflict.

    Thanks for title link help guys!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Post Title Has No Link’ is closed to new replies.