• Hello, I will like to Eliminate the Link of the Titles of the Posts…

    How can I do that?

    Thanks…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Amend

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

    to

    <?php the_title(); ?>

    Thread Starter fnanco

    (@fnanco)

    Thanks very much…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Eliminate the Title Links’ is closed to new replies.