Changes 'read more' quicktags into toggles so users can see extra content without leaving the page.
This section describes how to install the plugin and get it working.
read-more-inline folder to the /wp-content/plugins/ directory<!--more--> in HTML view).The content after the quicktag will be hidden initially, but the 'read more' link will toggle its visibility.
4. Add this to your page template: <?php global $more; $more = FALSE; ?> after the_post() but before the_content() in The Loop. See http://codex.wordpress.org/Customizing_the_Read_More#How_to_use_Read_More_in_Pages for more details.
Requires: 3.0 or higher
Compatible up to: 3.4.2
Last Updated: 2012-8-14
Downloads: 13,429
1 of 3 support threads in the last two months have been resolved.
Got something to say? Need help?