Does anyone know a WP plugin that does it ?

Boston90

New member
Jul 9, 2010
139
1
0
I'm looking for a plugin that I can cut a post or a page into a few pages, so the end of the page will be Page 1 2 3 of the same post.

Here's an example :
crushable.com/style/make-your-own-trophy-wife-chic/

Also where can I find the related topics there by tags ?
 


WordPress has this functionality built into it already, at least version 3.0 does as I have tested it and it worked just fine.

Wherever you want to split your post into a new page, simply put the following tag:

Code:
<!--nextpage-->

The pagination (Page: 1, 2,3...) is done for you automatically. :)
 
Great thank you. Good to know.

How about the "Related Topics" ? which is not related posts but related tags ?

I'm also looking for subscribe to a tag option in RSS if there a plugin that does it...
 
WordPress Related Posts
Author: Denis

WordPress Related Posts Plugin will generate a related posts via WordPress tags, and add the related posts to feed.

WordPress › WordPress Related Posts WordPress Plugins

And for subscribing to tags/authors/categories/etc, that's already built into WordPress as well.

Subscribe to the RSS feed of a category, author or tag in Wordpress

I found all of this info within a minute or two with some good Google searches. The information is all out there, just gotta be wise about how you search for it. :) Good luck!
 
Hmm, I replied to this but it said something about moderator approval? Perhaps it was because there were links in the post.

For related topics/posts by tags:
wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/

For subscribing to tag/author/category:
online-tech-tips.com/computer-tips/subscribe-to-the-rss-feed-of-a-category-author-or-tag-in-wordpress/

Hope this helps, Good luck!