WordPress is open source blogging software enriched with many features. It is one of the most powerful and easy-to-use site management systems, with which one can make changes in his blogs in no time. Word Press Theme system is a way to "skin" your weblog. Yet, it is more than just a "skin." Skinning your site implies that only the design is changed. WordPress Themes can provide much more control over the look and presentation of the material on your website.
A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog. These files are called templates files A theme modifies the way the site is displayed, without modifying the underlying software. Themes may include customized template files, image files (*.jpg, *.gif), style sheets (*.css), custom pages, as well as any necessary code files (*.php). For an introduction to template files, stepping into Templates.
Whether you're working with a pre-existing theme or creating a new one from the ground up,
Custom WordPress theme design will give you the know-how to understand how themes work within the WordPress blog system, enabling you to take full control over your site's design and branding. WordPress Themes use a combination of templates files, template tags, and CSS style sheets to generate your WordPress site's look.
Template Files
Template files are the building blocks which come together to create your site. In the Custom WordPress theme design , the header, sidebar, content, and footer are all contained within individual files. They join together to create your page. This allows you to customize the building blocks
Template Tags
Template tags are the bits of code which provide instructions and requests for information stored within the WordPress database. Some of these are highly configurable, allowing you to customize the date, time, lists, and other elements displayed on your website. Some elements in a
Custom WordPress theme design are controlled by the style sheet, while others are controlled by the Template files. Try to work on as much as you can from the style sheet first, then you can mess with the template files.