• Hi,

    I’m wondering if there is any way to remove the link from post titles. I’m building a website for a friend and the css for the title itself looks great, but then when you over over it the css for links takes over and messes it all up. I’m using WP 1.5.

    Any help would be great. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It would depend on the theme etc, but as an example, the default theme would require editing several templates (such as index.php, archive.php and single.php) and changing this (from index.php):

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>

    to:

    <h2><?php the_title(); ?></h2>

    Thread Starter orchidred

    (@orchidred)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove post title links?’ is closed to new replies.