how do I change my post’s title h2 in my index.php
-
I have my own template and am using my blog page as a news or information page. I have set the post’s title as News but it is underlined and blue as it is a link. I don’t want the underlined link to be there or indeed it to be a link. I can’t find a way to edit it.
In the code for my index.php I have
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>I haven’t studied php, but is the simplest way to lose the blue and link, to delete this part of the php and have my own h2, or is there a better way?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘how do I change my post’s title h2 in my index.php’ is closed to new replies.