Linux 软件免费装

Plugin Name

开发者 joshharbaugh
更新时间 2010年8月24日 00:38
捐献地址: 去捐款
PHP版本: 2.0.2 及以上
WordPress版本: 3.0

标签

books reading display book current book

下载

1.0.1 1.0.2 1.0.3

详情介绍:

This plugin will allow you to display the book title and author of the book you are currently reading to your viewers/readers. An added feature of the plugin is the ability to link directly to the book using whichever service you found most convenient.

安装:

  1. Upload bookdisplay.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Open the Plugin configuration page, which is located under Manage -> Current Book
  4. Place <?php current_book(); ?> anywhere in your templates you'd like to display the title and author
NOTE: The Standard markup created for the book title and author is: <div><p><a href=<link-to-book>>Book Title</a> <em>by Book Author</em></p></div>

常见问题:

How do I customize the markup created by the current_book(); hook

The function current_book is defined within the bookdisplay.php file and can be manipulated there with a basic understanding of the PHP programming language.

Does this plugin work with all Wordpress versions

Do to its simplicity the plugin should work for almost (if not) all versions of Wordpress. It has been thoroughly tested in the current Wordpress release (2.5). If you find a bug in any other versions of Wordpress, please let me know so that I may fix them.