• Hi,

    Is it possible to add “Read more” tag to post? on index.php we can see a part of post, but for example on archives.php “Read more” is disabled and we can see a full content of post?

    Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, there are two ways to do that:
    1) replace the_content by the_excerpt in the index.php and leave the archives.php alone. This is not too fancy, since you will not get a read more link, just a […]
    2) use an excerpt plugin such as Excerpt Editor (see Extend section) with which you can choose where to use the excerpts and where not.

    Thread Starter karolha

    (@karolha)

    I’ve replaced the_content to the_excerpt but nothing happen. A cannot use plugins becouse with them does not work AJAXed WordPress. Is it possible to display full posts in archive section?:( ( like in post section… – ofc post is full… )

    unbelievable how many people are struggling with this issue. i found 1000s of post with this problem and still haven’t found a solution!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Read more only on index.php’ is closed to new replies.