Tag: theme

  • How to Create a bootstrap WordPress Theme

    How to create a basic bootstrap WordPress theme To start to design and develop your theme, create a theme folder in your  wp-content/themes/your-theme/ we need following files in theme directory index.php header.php footer.php sidebar.php style.css   The layout of your website will look like   Header.php file https://gist.github.com/0c9d70966e954ed0831c Footer.php https://gist.github.com/443e2eaec33d1c68e76e Sidebar.php https://gist.github.com/6ce835ee047d9f8c5ef8 final Index.php https://gist.github.com/047b2f2923d496a02eb5 […]