bluehorse
Member
Posted 3 years ago #
Hi, The <!--more> tag works just as it should, but on my blog no (...more) link is showing.
I've been searching around on the forum all morning with no luck. Has anyone any suggestions or the name of a php file I can check to see that the more function is there and active.
Just to check all I need to do is insert <!--more> and <!--/more> into my post?
bluehorse
Member
Posted 3 years ago #
krugern
Member
Posted 3 years ago #
should look like this
text text text
text text text -- this text is shown on
text text text -- the front page of your blog
<!--more-->
text text text
text text text -- this text is only shown when
text text text -- reading the whole article
hope this helps
bluehorse
Member
Posted 3 years ago #
Yep it hides half the post on every page apart from the single, but no link is shown on the post to show the rest of the post when viewing the post from a page that isn't the single. The (more..) link is missing. :(
krugern
Member
Posted 3 years ago #
aha, could be disabled in default theme.
look in wp-content/themes/default(RIGHT??)/index.php:
<div class="entry">
<?php the_content('Read more »'); ?>
</div>
You should have something like this.
bluehorse
Member
Posted 3 years ago #
krugern
Member
Posted 3 years ago #
bluehorse
Member
Posted 3 years ago #
Is there anyway to get the link to say (read more...) instead of (Read the rest of this entry>>)?