WP Manifestindependent plugin directory
manifest / content / rather-simple-book-custom-post-type

Rather Simple Book Custom Post Type

A really simple book custom post type

by Oscar Ciutat · github.com/mrleemon/rather-simple-book-custom-post-type

1stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mrleemon/rather-simple-book-custom-post-type/archive/refs/heads/main.zip

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

A book custom post type This plugin registers a custom post type for book items. It also registers author, publisher and type taxonomies. This plugin is experimental and is provided with no support or warranty. 1. Upload the extracted plugin folder and contained files to your /wp-content/plugins/ directory 2. Activate the plugin through the "Plugins" menu in WordPress Yes, you can use the following: [bookindex groupby="books"] to display books grouped alphabetically [bookindex groupby="authors"] to display books grouped by author [bookindex groupby="publishers"] to display books grouped by publisher Rather Simple Book Custom Post Type is distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Initial release

Read the full README on GitHub →