Details for all the file
Process step by step
-
create a full web template with bootstrap like I made in wpbootstrap folder
-
Create a style.css file (in root folder )
-
Create a image for thumbnail of theme and name is screenshort.png (in root folder )
-
Create two more folder js and css (If need we can create more)
-
Create index.php copy all the index.html code and paste in index.php
-
Create two more folder header.php footer.php
-
Copy all header html code and paste in header.php and in index.php add a built-in function
-
Like header Do same for footer
-
Show all the text inside website with php dynamic functions that can found wordpress website
-
make a functions.php file REGISTER NAV WALKER CLASS ALIAS create dynamic navbar code can found in wordpress website
-
https://github.com/wp-bootstrap/wp-bootstrap-navwalker follow the instruction for creating custom menu and download class-wp-bootstrap-navwalker.php
-
single.php is for a single post that can customize
-
page.php is for showing details of custom single page not post
-
content.php is just handmade file for rendering blog content inside index.php
-
comments.php is for customizing our comments