A modern and simple WordPress theme specifically designed for novel translation websites. This theme provides a clean and user-friendly interface for displaying translated chapters and series.
- Custom post types for Novels(Series) and Chapters
- Custom taxonomy for Novels(Series) genre
- Include custom plugin for managing chapters and Novels(Series)
- Custom url for better SEO
- Build-in breadcrumb
- Responsive design for all devices
- Modern and clean UI
- Optimized for reading long-form content
- Custom archive pages for better content organization
- Build-in Ko-fi button for receiving donation
- Custom searchbar for searching Novels(Series) or chapter
- Optimized for cached environment like CDN
- Custom comments forms
- WordPress 5.4 or higher
- PHP 8.0 or higher
- Modern web browser with JavaScript enabled
- Download/clone this repository
- Upload the mu-plugin to the
/wp-content/mu-pluginsdirectory (create new folder if it does'nt exists ) - Upload the theme folder to the
/wp-content/themes/directory - Activate the theme through the WordPress admin panel (Appearance > Themes)
- Configure theme options as needed
noveltranslation/
├── assets/ # Theme assets (CSS, JS, images)
├── inc/ # Include files and functions
├── functions.php # Theme functions
├── header.php # Header template
├── footer.php # Footer template
├── index.php # Main template file
├── page.php # Page template
├── single-series.php # Single series template
├── single-chapter.php # Single chapter template
├── archive-series.php # Series archive template
├── front-page.php # Front page template
└── style.css # Theme stylesheet and information
The theme includes two custom post types:
- Series: For organizing related novels
- Chapters: For individual chapter content
The theme includes one custom taxonomies:
- Genre: For related novels
- Node.js and npm installed
- WordPress development environment
- Clone the repository
- Install dependencies:
npm install
- Make your changes
- Test thoroughly before deployment
For support, please create an issue in the repository or contact the theme author.
This theme is licensed under the GNU General Public License v2 or later.
- Author: Muhammad Rio
- Version: 1.1
- Tested up to WordPress 6.7.2
Contributions are welcome! Please feel free to submit a Pull Request.
- Initial release with basic functionality
- Custom post types implementation
- Basic theme structure and templates
Feel free to modify and enhance it according to your needs. Please hit the ⭐Star button if you find this repository helpful.