Customising Read More
-
I found this below in the codex but it doesn’t seem to work with me. When I click on read more nothing happens. Where do I define where the full post can be seen after clicking the link?
Thx
To remove the teaser:
Change the_content(); in your index.php to (i.e., the second parameter controls this):
the_content(”,FALSE,”);>Include <!–noteaser–> in the post text, immediately after the <!–more–>.
Link Jumps to More or Top of Page
By default, when you click on the Read More link, the web page loads and then “jumps” to the spot where the <–more–> tag is set in the post. If you do not want that “jump”, you can change the default function of how this works by editing the following line in wp-includes/template-functions-post.php
The topic ‘Customising Read More’ is closed to new replies.