This repository contains the codebase for Fictional University, a headless WordPress project using the REST API.
To run this WordPress project locally, follow these steps:
Make sure you have the following installed:
- Clone this repository:
git clone https://github.com/cleversamerr/wp-fictional-university.git
- Move the contents of this repository to your local server's root directory (if applicable).
- Set up your WordPress instance and enable the REST API as needed.
- Use WordPress admin interface for content management.
- Utilize the REST API endpoints (
/wp-json/wp/v2/
) to fetch content and integrate it into your frontend application.
This project utilizes the following WordPress plugins:
- Advanced Custom Fields (ACF) - Plugin Link
- Manual Image Crop - Plugin Link
- Members - Plugin Link
- Regenerate Thumbnails - Plugin Link
If you'd like to contribute to this project, follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Submit a pull request.
Fictional University is licensed under the MIT License. See LICENSE for more information.
If you encounter any issues or have questions, feel free to open an issue or contact Samer Alsaadawi.
- WordPress - Open-source content management system