• 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”

Viewing 1 replies (of 1 total)
  • 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 &raquo;'); ?>

    The text in the brackets is what is used for the link to the rest of the post.

Viewing 1 replies (of 1 total)
  • The topic ‘Intro and main post’ is closed to new replies.