The Total Book Project

Description

Total Book transforms WordPress into a digital library platform. Features include:

Core Features:
* Complete book management with chapters, front/back matter
* React-based e-reader with pagination, themes, and navigation
* Multiple display templates (reader, blog, plain)

E-Reader Features:
* Dark/light theme switching
* Adjustable font sizes
* Table of contents navigation
* Progress tracking

Integration:
* Shortcodes for easy display
* WordPress admin interface

GitHub Repository: https://github.com/moyerdestroyer/Total-Book

Shortcode Options

Single Book

[ttbp_book]

Parameters:
* id (required): Book post ID
* show_meta (optional): Show metadata (true/false, default: true)
* show_toc (optional): Show table of contents (true/false, default: true)
* show_description (optional): Show description (true/false, default: true)

Book List

[ttbp_books]

Parameters:
* category (optional): Filter by category slug(s)
* limit (optional): Number of books (default: 10)
* orderby (optional): Sort by (title, date, menu_order, default: title)
* order (optional): Sort order (ASC/DESC, default: ASC)
* show_meta (optional): Show metadata (true/false, default: true)
* show_excerpt (optional): Show excerpt (true/false, default: true)
* columns (optional): Grid columns (1-6, default: 3)

Examples

`

[ttbp_book id=”123″ show_meta=”true”]
[ttbp_books category=”fiction” limit=”6″ columns=”2″]
[ttbp_books orderby=”date” order=”DESC” limit=”5″]
`

Screenshots

  • screenshot-1.png
  • screenshot-2.png

Installation

  1. Upload the-total-book-project to /wp-content/plugins/
  2. Activate via plugin through the Plugins screen (Plugins > Installed Plugins).

Reviews

There are no reviews for this plugin.

ডেভেলপার এবং কন্ট্রিবিউটর

“The Total Book Project” is open source software. The following people have contributed to this plugin.

কন্ট্রিবিউটর

Translate “The Total Book Project” into your language.

ডেভেলপমেন্ট এ আগ্রহী?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

  • Security fix: Corrected permissions for AJAX endpoints.

1.0

  • Initial release
  • Complete book management system
  • React-based e-reader
  • Multiple display templates
  • Chapter organization
  • REST API
  • Mobile-responsive design
  • Dark/light themes
  • Font size controls
  • Table of contents
  • Progress tracking