Understanding the Theme Structure file 

A WordPress theme is already similar to other HTML5 PHP BOOTSTRAP angular websites etc.
Even the structure of wordpress prepares in such a way as it adapts to any device .bootstrap is one of the new techniques that enables the adaptation of the website in any format without distorting the information and wordpress is obliged to implement it.



The base of WordPress starts from the index  order just like PHP starts from Default.php There are two mandatory pages that enable WordPress configuration

    • style.css

    • index.php

these pages go to a folder named with a specific folder name according to the WordPress DEVELOPMENT criteria. they link together to then configure their link to the top and bottom. The special thing about WordPress is that WordPress has several ports which are locked in code and must be set according to a certain rule in Specially built pages. These can be free online or paid sites

below we will provide an example of how the code is used in relation to mandatory sites like index.php

<?php get_sidebar(); ?>

<?php get_footer(); ?>
understanding index.php below are some points as a sidebar: nad other that you will see below:
  • To include the header, use get_header(). The Headers are the head of the site indluce the title and charachter sites 
  • To include the sidebar, use get_sidebar().The sidebars include the summary of information and shortcutes of access
  • To include the footer, use get_footer().footer is the end of the site made by coopyright and the title of the beeginer
  • To include the search form, use get_search_form().the search form is the place order for searching the information inside the side 

Thematic style sheet

here is an example of style.css which enables the development of site

 design and architecture and even covers copyright as the book cover

/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
*/


if you want to know more I recommend you to browse

our blog below as you will gradually find every code.

If you respect the WordPress licenses you may have

the opportunity to be a very good blogger or site developer

as it will Your every effort and work on the WordPress site is accepted.

As I said in another post, you have the right to post the wordpress theme

in the dedicated field and for this I recommend that you read the post found

on this web