mrleemon / rather-simple-book-custom-post-type

A really simple book custom post type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== Rather Simple Book Custom Post Type ===
Contributors: leemon
Tags: book, post type
Requires at least: 4.0
Tested up to: 4.7.3
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A book custom post type

== Description ==
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. 

== Installation ==
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

== Frequently Asked Questions ==
= Are there any shortcodes? =
Yes, you can use the following:

* [bookindex group_by="books"] to display books grouped alphabetically
* [bookindex group_by="authors"] to display books grouped by author
* [bookindex group_by="publishers"] to display books grouped by publisher

== Copyright ==

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.

== Changelog ==
= 1.0 =
* Initial release

About

A really simple book custom post type

License:GNU General Public License v2.0


Languages

Language:PHP 98.8%Language:CSS 1.2%