Descripción
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″]
`
Instalación
- Upload
the-total-book-projectto/wp-content/plugins/ - Activate via plugin through the Plugins screen (Plugins > Installed Plugins).
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
“The Total Book Project” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce “The Total Book Project” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .
Registro de cambios
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

