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.
安装:
Upload the folder to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Go to tools->blurbs and add a blurb
To use a blurb in a template use: $blurb = new blurb($blurbID); to display it use: echo $blurb->getText();
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.