Hi,
How to set up when in my wordpress web home to do not display all main text but only intro text of my posts and to display a link: example: "view full message" or "click here for more"
Hi,
How to set up when in my wordpress web home to do not display all main text but only intro text of my posts and to display a link: example: "view full message" or "click here for more"
You need to put a "more" tag into your posts. Also, make sure your index.php (or whatever) displays post content in the loop like this (or similar):
<?php the_content('Continue reading »'); ?>
The text in the brackets is what is used for the link to the rest of the post.
This topic has been closed to new replies.