Hello, I will like to Eliminate the Link of the Titles of the Posts...
How can I do that?
Thanks...
Hello, I will like to Eliminate the Link of the Titles of the Posts...
How can I do that?
Thanks...
Amend
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
to
<?php the_title(); ?>
Thanks very much...
This topic has been closed to new replies.