How to create Bootstrap4 Custom Wordpress Theme
How to create Bootstrap4 Custom Wordpress Theme Before going to create custom wordpress theme development hope you know well in php and wordpress. Basic thinks we need to create a custom wordpress theme files are 1. Header File header.php 2. Index File index.php 3. Functions File functions.php 4. Footer File footer.php 5. Style File style.php these four are the main parts to run your theme. Addionlly We need following files to run with more futures. 6. Content File content.php 7. Widget File widget.php 8. Comments File comments.php We need basing theme folders, following are the folder names 1. CSS 2. JS 3. Images these three are very basic folders. You may create addionally n number of files such as template-part and content-part etc. These files are useful when you create a blog related theme with sidebar or anything So now we see how to create a bootstrap theme....