Help with Wordpress "read more"

by 4 replies
5
I want to make a post with several headings example

About
Reviews
Discount coupons
Etc

I want all of these above headings in one post, if not it would seem disconnected. All of these headings (ABout, Reviews, Discount Coupons etc) are a part of my text.

Under "About" I want to write something but I do not want the whole story to appear. Somewhere after the 2nd paragraph I want to insert the "read the rest of the story"

Under Reviews I want to put about 10 reviews. But after the the 2nd review I want to insert the "read the rest of the story"

Discount coupons - I want to do the same thing

Etc - I want to do the same thing.

How do I get about doing this? Please help

Thanks
#programming #read more #wordpress
  • you might want to use multiple pages in a single post to achieve this. Look into using the <!--nextpage--> tag in your post. One before each section would probably do the trick.
    • [1] reply
    • WillDee could you please elaborate a bit more
  • WordPress Codex has instructions on how to use this tag to split your single post into multiple pages. So for each 'section' of your post, you prefix it with the next page tag to split the post into sections. You'll have each section on its own page with this tag, but in a single post.
    • [1] reply

Next Topics on Trending Feed