want to remove links from posttitle / content.php
-
Hey guys i want to remove the link from my posts, because my posts contain all necessary informations. I would think its written in the content.php and i although think that it is this part:
<header class="entry-header"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> </header><!-- .entry-header --> <div class="entry-excerpt">
is that the right file?
If it is the right file, what should i remove or edit to ght this links out of my post titles?Hope u could help me:)
EDIT:
i already changed it to:
<header class="entry-header"> <?php the_title(); ?>
That hasn’t worked for me:(
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘want to remove links from posttitle / content.php’ is closed to new replies.