=== Read More Inline === Contributors: stephenlgray Tags: readmore, read more, quicktags, inline Requires at least: 3.0 Tested up to: 3.1 Stable tag: trunk Changes 'read more' quicktags into toggles so users can see extra content without leaving the page. == Description == Allows you to use the 'read more' quicktag to hide the content following it and instead show a 'read more' link. When the user clicks the link, they see the rest of the content right after the link, without leaving the page. It replaces the default behaviour (linking to a full version of the page/post) and is a way of keeping the initial page content short, but allowing users to read more if they want to, without having to leave the page. It's superlightweight, works on the fly using jQuery and can be activated and deactivated without making any changes or leaving any trace in your Wordpress installation. == Installation == This section describes how to install the plugin and get it working. 1. Upload the `read-more-inline` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add the 'read more' quicktag to a page part-way through the content. The content after the quicktag will be hidden initially, but the 'read more' link will toggle its visibility. == Frequently Asked Questions == = Can I use this on posts? = It's only for pages so shouldn't be used if you rely on 'read more' links to link to the full post when you're outputting excerpts, say on a homepage list of recent posts. = Can I customise the wording of the link text? = Yes, if you modify the_content function in your templates e.g. `Read the rest of this page »

'); ?>` == Screenshots == == Changelog ==