• hello,

    as you may know, google news is currently one of the most traffic booster any site can have, but apparently it has difficulties with wordpress and blogs in general.

    they’ve told me that the problem is that once a post is open, showing all its contents, the title is still a link to that page itself, and that confuses their system.

    so, any idea on how to make the titles of posts not be links where in full view?

Viewing 1 replies (of 1 total)
  • Hello

    If you mean when viewing a single post page, making the title not a link but just text.

    Than all you need to do is go into the single.php file and remove the link from around the post title.

    So it just looks like this: <h2 id=”post-<?php the_ID(); ?>”><?php the_title(); ?></h2>

    Hope it helps 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘how to make post title not be a link?’ is closed to new replies.