Forums

How to make links appear in news on the main page? (2 posts)

  1. Vorta
    Member
    Posted 3 months ago #

    As the title says.
    I posted news with a link in the text, over a word (word). On the main page, the link is not there, it only appears when I open the post by clicking on it's title. I've searched through WP settings, and after that on this forum how to make that link appear in the short post as well, but haven't been very lucky.

  2. alchymyth
    The Sweeper
    Posted 3 months ago #

    the main page template (index.php ?) might be using the_excerpt() in the loop - http://codex.wordpress.org/Function_Reference/the_excerpt

    exchange it for the_content() and use the 'read-more' tag to limit the length of your posts - http://codex.wordpress.org/Template_Tags/the_content

Reply

You must log in to post.

About this Topic