Demo
Unzip and upload LWPshowmore.php to your plugins folder, activate and you're good to go.
- Unzip and upload LWPshowmore.php to your plugins folder, activate and you're good to go.
- Wrap your content in [showmore] ... [/showmore] shortcodes to get started.
- Include a link (Some Link)
- The content you wish to initially hide, wrap with [more] ... [/more]
- Optional: This plugin supports a two column layout by adding the below to your stylesheet (style.css):
/
* LWP Show More styles */
.showmore{width:49%; }
.showmore-1{clear:both; float:left; }
.showmore-0{float:right;}