WordPress Theme Development के कुछ महत्वपूर्ण file (part 1) :
- style.css
- screenshot.png
- header.php
- footer.php
- functions.php
- page .php
- single.php
- index.php
- sidebar.php
यदि आप theme Development कर रहे है तो आपको पहले दो फाइल्स को बना लेना चाहिए | वो दो files इस प्रकार है | इन दोनों files को आपको custom theme फोल्डर में बनाना है |
- Style.css
- Index.php
इसके बाद आपको style.css में नीचे दिए गए कोड को पेस्ट करना है |
/*
Theme Name: Custom Theme
Theme URI: BinaryPoint.in
Description: This is my first Theme
Version: 1.0
Author: Mani Singh
Author URI: manisingh.com
*/
Code language: CSS (css)