This is a custom WordPress theme developed for the FSE2024 project. It's designed to provide a modern, responsive, and accessible user experience. I am using this project to learn more about full site editing in Wordpress.
- Customizable color palette and typography settings.
- Custom templates for different types of pages and posts.
- Download or clone this repository into your
wp-content/themes
directory. - In your WordPress admin panel, go to Appearance -> Themes and activate the FSE2024 theme.
The following should be added to wp-config.php when developing locally.
define( 'WP_DEBUG', true );
define( 'WP_DEVELOPMENT_MODE', 'theme' );
You can customize the theme's settings by modifying the theme.json file in the wp-content/themes/fse2024 directory.
Contributions are welcome! Please read the contributing guidelines before getting started.
This theme is licensed under the GNU General Public License v2.0.
If you have any questions or feedback, please open an issue on this repository.