Home » WordPress Theme Development Part 1

WordPress Theme Development Part 1

WordPress Theme Development के  कुछ महत्वपूर्ण file (part 1) :

  1. style.css
  2. screenshot.png
  3. header.php
  4. footer.php
  5. functions.php
  6. page .php
  7. single.php
  8. index.php
  9. sidebar.php

यदि आप theme Development कर रहे है तो आपको पहले दो फाइल्स को बना लेना चाहिए |  वो दो  files इस प्रकार है | इन दोनों files को आपको custom theme फोल्डर में बनाना है | 

  1. Style.css
  2. 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)

For more details