the_content() and more tag
-
I’m currently using
<div class="entry"><?php the_content('<br />Continue Reading » ' . get_the_title('', '', false)); ?>
To display my main content.
The content will show up likeThis is a part of the more content
Continue Reading >> TITLE of the postWhat should I do if I want to add […] behind the content? To make it
This is a part of the more content […]
Continue Reading >> TITLE of the postI tried
<div class="entry"><?php the_content('[...]<br />Continue Reading » ' . get_the_title('', '', false)); ?>
It doesnt work because the dots are linked as well. I want the dots not linked to anywhere.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘the_content() and more tag’ is closed to new replies.