Linux 软件免费装

LoadedPress Show More

开发者 LoadedPress
Jake Pharr
更新时间 2011年6月6日 18:01
PHP版本: 2.8 及以上
WordPress版本: 3.1

标签

shortcode jquery Read More More tag

下载

详情介绍:

Demo Unzip and upload LWPshowmore.php to your plugins folder, activate and you're good to go.

安装:

  1. Unzip and upload LWPshowmore.php to your plugins folder, activate and you're good to go.
  2. Wrap your content in [showmore] ... [/showmore] shortcodes to get started.
  3. Include a link (Some Link)
  4. The content you wish to initially hide, wrap with [more] ... [/more]
  5. 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;}