Convert html to wordpress | Techbirds
Posted on: June 25, 2014 /
Categories: PHP / Author Name: Diksha Verma
-> First , create a folder in themes folder of wp-content
->Make following files : 1) style.css 2) header.php 3) footer.php 4) functions.php 5) sidebar.php 6) index.php 7) page.php
style.css
/* Theme Name: Escalate Theme URI: https://www.techguywebsolutions.com; Author: Brad Traversy Author URI: https://www.techguywebsolutions.com; Description: This is a simple and clean WordPress theme License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: escalate */ // write your css here
/* Theme Name: Escalate Theme URI: https://www.techguywebsolutions.com; Author: Brad Traversy Author URI: https://www.techguywebsolutions.com; Description: This is a simple and clean WordPress theme License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: escalate */ // write your css here |
These comments simply help WordPress properly identify the theme.