Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleversamer/wp-fictional-university
WordPress Custom Theme - Fictional University
https://github.com/cleversamer/wp-fictional-university
university-website wordpre wordpress-development wordpress-plugin wordpress-site wordpress-theme
Last synced: 13 days ago
JSON representation
WordPress Custom Theme - Fictional University
- Host: GitHub
- URL: https://github.com/cleversamer/wp-fictional-university
- Owner: cleversamer
- License: mit
- Created: 2023-12-10T05:10:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:49.000Z (10 months ago)
- Last Synced: 2024-10-17T08:34:33.346Z (29 days ago)
- Topics: university-website, wordpre, wordpress-development, wordpress-plugin, wordpress-site, wordpress-theme
- Language: PHP
- Homepage:
- Size: 4.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fictional University
This repository contains the codebase for Fictional University, a headless WordPress project using the REST API.
## Getting Started
To run this WordPress project locally, follow these steps:
### Prerequisites
Make sure you have the following installed:
- [WordPress](https://wordpress.org/download/)
- [PHP](https://www.php.net/manual/en/install.php)
- [Node.js](https://nodejs.org/en/download/)### Installation
1. Clone this repository: `git clone https://github.com/cleversamerr/wp-fictional-university.git`
2. Move the contents of this repository to your local server's root directory (if applicable).
3. Set up your WordPress instance and enable the REST API as needed.### Usage
- 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.### Plugins Used
This project utilizes the following WordPress plugins:
- **Advanced Custom Fields (ACF)** - [Plugin Link](https://wordpress.org/plugins/advanced-custom-fields/)
- **Manual Image Crop** - [Plugin Link](https://wordpress.org/plugins/manual-image-crop/)
- **Members** - [Plugin Link](https://wordpress.org/plugins/members/)
- **Regenerate Thumbnails** - [Plugin Link](https://wordpress.org/plugins/regenerate-thumbnails/)### Contributing
If you'd like to contribute to this project, follow these steps:
1. Fork this repository.
2. Create a new branch: `git checkout -b feature/your-feature-name`.
3. Make your changes and commit them: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature/your-feature-name`.
5. Submit a pull request.### License
Fictional University is licensed under the MIT License. See [LICENSE](https://raw.githubusercontent.com/cleversamerr/wp-fictional-university/main/LICENSE) for more information.
## Support
If you encounter any issues or have questions, feel free to [open an issue](https://github.com/cleversamerr/wp-fictional-university/issues) or contact [Samer Alsaadawi](mailto:[email protected]).
## Acknowledgments
- [WordPress](https://wordpress.org/) - Open-source content management system