Linux 软件免费装
Banner图

Book Review Library

开发者 jazzs3quence
更新时间 2022年7月20日 01:26
捐献地址: 去捐款
PHP版本: 3.6 及以上
WordPress版本: 6.1
版权: GPLv3
版权网址: 版权信息

标签

book custom post type library book review librarian reading level

下载

1.0 1.0.1 1.0.2 1.0.3 1.1.0 1.2.0 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.4 1.4.1 1.4.10 1.4.13 1.4.15 1.4.17 1.4.18 1.4.19 1.4.2 1.4.22 1.4.23 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.9 1.4.11 1.4.12 1.4.14 1.4.16 1.4.20 1.4.21 1.4.8

详情介绍:

The Book Review Library plugin allows you to create a library of books, with reviews, that include sortable meta information like author, illustrator, genre, subjects as well as ratings. This enables you to list all the books of a particular type (e.g. all books written by a particular author or with a specific rating). With very little effort, the book review system will be up and running on your site right away, with built in filters to add this extra information to the page without any custom theming. A configurable shortcode is also built in, to display a book list. [book-reviews] will display all books, while [book-reviews count=3] will only display 3 books and [book-reviews count=3 covers=true] will display those reviews with their covers, if they exist. Two sidebar widgets have also been included. A Recent Reviews widget will display the most recent book reviews that have been added, and a Related Books widget will display a list of similar books when you are looking at a single book or book list by common genre tags. Theme developers haven't been forgotten either. If you want to customize the way the reviews display, create and edit these template files: Additionally, there are a number of template tags that can be used in your theme, which are found in inc/func.php. This plugin uses the Genericons icon font in both the dashboard and the front end to display the book icons and star ratings. Translators! New translations site is up at https://chrisreynolds.io/glotpress/projects/book-review-library/ Please email me at hello at chrisreynolds dot io if you want to be added as a translator. 关于这个插件 I sat down with a librarian and a volunteer at the Open Classroom charter school library and asked them what they wanted from the website. The result is this plugin. It was built with a real use-case in mind based on specific feedback I received about things they wanted to share with the school and wider community. If you have questions or suggestions, feel free to let me know.

安装:

  1. Upload book-review-library.zip to the /wp-content/plugins/ directory or use the built-in plugin installer on the WordPress Plugin Dashboard page.
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. That's it! Start writing reviews. :)

屏幕截图:

  • Add new screen
  • Genres (example of the taxonomy screens)
  • Admin menu
  • Options page
  • New user roles
  • Example display page with related books widget
  • Book Reviews admin page

常见问题:

I have HTML displaying at the top of my page/next to the book cover/somewhere else. How do I get rid of this?

Ask some! This is most likely because your theme is using the_title in a link or somewhere else. This plugin adds a filter to the_title to display the book's author. To prevent this behavior (and fix your problem), go to the Options page in the Book Reviews menu and disable "Display author with title". The author will no longer display with the book title and will, instead, be displayed with the genre information.

I get a 404 error when I try to view a book review.

Go to Permalinks in the General Settings and just re-save your settings. This will update your .htaccess file and should resolve the problem.

I have xxxx problem when I sort by author...

Here are the known issues with sorting by author. Unfortunately, at this time, there isn't much that can be done about most of them because sorting by author is kind of a hack... Books with multiple authors display multiple times in the list. Reason: This is because we're doing a separate loop through all the books for each author. When it sees that book with multiple authors again, it will add that as a separate entry. Workaround: If you have one book that has multiple authors, the easiest solution is to add them as a single author, e.g. "Brad Williams Ozh Richard and Justin Tadlock" -- that way the book will only have a single "author" term associated with it. When I sort by author, it's sorting by their first name, not their last name. Reason: This is because each author is entered into the database as a "term", similar to a category. So, while I can make sure that "Orange" comes after "Apple" I can't do anything about "Orange Mackenzie" coming after "Apple Smith" programmatically, because if I tried to feed "Smith, Apple" back into the loop that's being done to pull up the list of books, "Smith, Apple" wouldn't match any entries and no results would be found. Workaround: If you must have books sorted by author last name, you can add the authors last name first, e.g. "Williams Brad".

更新日志:

1.4.23 1.4.22 1.4.21 1.4.20 1.4.19 1.4.18 1.4.17 1.4.16 1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3 1.2.1 1.2.0 1.1.0 1.0.3 1.0.2 1.0.1 1.0