Forums

Read More not clickable on interiour pages (2 posts)

  1. khlota
    Member
    Posted 1 year ago #

    Hi -

    My blog is http://www.supportmyhabit.com I really only know CSS and built this blog last year with much help from this forum. Some things have come up now since I have multiple posts and was hoping for some help.

    When I click on any monthly Archive it doesn't allow me to click 'read more'. 'Read More' actually isn't even visible even togh you know it lies within the parenthesis. I'm thinking the solution to this lies on either the 'archive.php' or 'archives.php' page but am unable to figure it out.

    Any advice/direction would be GREATLY appreciated.

    THANKS,
    Kathleen

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    http://codex.wordpress.org/Function_Reference/the_excerpt#Make_the_.22read_more.22_link_to_the_post

    the archive template seems to use 'the_excerpt()' to show the posts;
    to have the [...] link to the post, you might need to follow the above linked docu and add the code to functions.php of your theme.

Topic Closed

This topic has been closed to new replies.

About this Topic