Linux 软件免费装

blurbs

开发者 Jeremy Massel
更新时间 2009年7月17日 12:31
PHP版本: 2.8 及以上
WordPress版本: 2.8.1

标签

shortcode excerpt text snippet blurb

下载

0.15 0.16 0.17

详情介绍:

The blurbs plugin allows you to add user made 'blurbs' of text to a post, page, or template. This is particularly useful if your WordPress theme is easily broken, and has many small pieces of text in it, or if you want to have a piece of text on the site repeated many times. This plugin uses the shortcode API to embed blurbs in posts and pages.

安装:

  1. Upload the folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to tools->blurbs and add a blurb
  4. To use a blurb in a template use: $blurb = new blurb($blurbID); to display it use: echo $blurb->getText();
  5. To use a blurb in a post use: [blurb id=$id]

常见问题:

Where do I go if I have questions?

You enter the contents of the entire HTML file. You can include inline styles, or links to external style sheets and external images.

更新日志:

0.16 0.15