Last active
October 13, 2024 13:33
-
-
Save emre-edu-tech/ae0b6aaebb487e0f8c2a7056f6d1ebf3 to your computer and use it in GitHub Desktop.
This is an example main style.css file to use while developing a classic custom WordPress theme.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Media Pons (Required) | |
Theme URI: https://media-pons.de/mediapons-base-theme/ (Optional) | |
Author: Media Pons (Optional) | |
Author URI: https://media-pons.de/ (Optional) | |
Description: Custom theme that is a base theme for developing example WordPress themes. This base theme uses Tailwindcss. (Optional) | |
Version: 1.0.0 (Optional) | |
License: GPLv2 or later | |
License URI: https://www.gnu.org/licenses/gpl-2.0.html (Optional) | |
Text Domain: media-pons (Optional - it should match the theme folder name) | |
Domain Path: /languages/ | |
Tags: knowledge-base, custom-theme, tailwindcss, responsive, clean-design (Optional) | |
Template: parent-theme-folder-name (Optional, for Child Themes) | |
Requires at least: 5.0 (Optional) | |
Tested up to: 6.3 (Optional) | |
Requires PHP: 7.0 (Optional) | |
Update URI: https://media-pons.de/mediapons-base-theme/update/ (Optional) | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment