/fse2024

Learning theme creation for full site editing in wordpress

Primary LanguageHTML

FSE2024 WordPress Theme

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.

Features

  • Customizable color palette and typography settings.
  • Custom templates for different types of pages and posts.

Installation

  1. Download or clone this repository into your wp-content/themes directory.
  2. In your WordPress admin panel, go to Appearance -> Themes and activate the FSE2024 theme.

Development

The following should be added to wp-config.php when developing locally.

define( 'WP_DEBUG', true );
define( 'WP_DEVELOPMENT_MODE', 'theme' );

Customization

You can customize the theme's settings by modifying the theme.json file in the wp-content/themes/fse2024 directory.

Contributing

Contributions are welcome! Please read the contributing guidelines before getting started.

License

This theme is licensed under the GNU General Public License v2.0.

Contact

If you have any questions or feedback, please open an issue on this repository.