The Total Book Project

აღწერა

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″]
`

ეკრანული სურათები

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

დაყენება

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

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“The Total Book Project” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ The Total Book Project თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

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