• i am facing problem after change of template. i want read more option in my post. i use “insert more tag” in post but it shows only dots like this […] in post. while i want read more link in post.

Viewing 1 replies (of 1 total)
  • From your description, I suspect that your new template is using the_excerpt() instead of the_content() to display the posts.

    Try locating the_excerpt() and changing to the_content().

Viewing 1 replies (of 1 total)

The topic ‘Read more option’ is closed to new replies.