Read more function ignored
-
Hi,
I’ve searched around the forums but can’t find a solution to the following problem. I’ve read some about people who just get an excerpt, this is different.
I have installed wordpress, using it as a cms for a complete website. I use the “more” tag on several pages but it doesn’t do a thing. I just get the complete text I entered for the page. So it kind of ignores the tag. It does work in the blogs, only the pages don’t work.
This is the code generated for the web:
<h2 id="post-10">werkwijze</h2> <div class="entrytext"> <p>text.</p> <p style="margin-bottom: 0cm;"> <span id="more-10"></span><br /> text.</p>The “read more” should between the two texts, hiding the second one.
In the posts it does work and shows this code:
<div class="entry"> <p>text.<br /><a href="http://www.cspr.nl/projecten/communique/?p=5#more-5" class="more-link">Read the rest of this entry »</a></p> </div>Can anyone help me out with this, I really don’t understand. It’s not a problem with 2.7, the same problem occurs on a 2.6 installation.
The topic ‘Read more function ignored’ is closed to new replies.