Read More Inline Plugin WordPress, Download, Install

Changes 'read more' quicktags into toggles so users can see extra content without leaving the page.

Read More Inline Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/read-more-inline/

How to Install Read More Inline Plugin, Manually

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.
    (There’s a button for this: should be in the top row above the editor and it looks like a page break; if you hover over it, it will say Insert More Tag and if you click it, it will insert the required shortcode; or, insert <!--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.

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *