Welcome to the Fictional University Block Theme repository! This project is a custom WordPress block theme designed to serve as the foundation for a university or educational website. The theme leverages WordPress's full-site editing (FSE) capabilities to provide a modern and flexible development experience.
- Full-Site Editing (FSE): Utilize WordPress block editor to create and customize every aspect of your site.
- Responsive Design: Ensures the website looks great on all devices.
- Reusable Blocks: Easily build pages using predefined blocks for events, faculty, courses, and more.
- Custom Templates: Includes templates tailored for university needs, such as a course archive, faculty profiles, and event pages.
- WordPress Version: 6.0 or higher
- PHP Version: 7.4 or higher
- Node.js: 14.0 or higher (for development)
- Clone the repository:
git clone https://github.com/TirthRadadiya/fictional-university-block-theme.git
- Navigate to the theme folder:
cd fictional-university-block-theme
- Install dependencies (if applicable):
npm install
- Activate the theme in the WordPress admin panel:
- Upload the theme folder to
wp-content/themes
. - Go to Appearance > Themes and activate "Fictional University Block Theme."
- Upload the theme folder to
assets/
: Contains CSS, JS, and image assets.block-templates/
: Full-site editing templates for various parts of the site.inc/
: PHP functions and custom features.style.css
: Main stylesheet.
- Build Assets:
npm run build
- Watch for Changes:
npm run watch
Contributions are welcome! Please open an issue or submit a pull request with your changes.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your descriptive commit message"
- Push to your fork:
git push origin feature/your-feature-name
- Submit a pull request.
This project is licensed under the MIT License.
- Inspired by modern web design principles and WordPress's block editor features.
Happy coding! 🎓