


Template Hierarchy – the structure of WordPress theme files
Using webtrees for custom pages how to#
For information on how to create custom look for various templates in your theme, take a look at Template Hierarchy. With this powerful control over what different pages and categories look like on your site, you are limited only by your imagination. Through the use of the WordPress Loop and template files, you can customize your Cheese category posts to look different from your Gadgets category posts. Let’s say you write a lot about cheese and gadgets. For an introduction to template files, see Template Files. Themes may include customized template files, image files (*.jpg, *.png, *.gif), style sheets (*.css), custom Pages, as well as any necessary code files (*.php). A Theme modifies the way the site is displayed, without modifying the underlying software. WordPress Themes can provide much more control over the visual presentation of your content and other data on your WordPress site, as well as behavior of certain site’s elements while interacting with visitors.Ī WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a website. Skinning your site implies that only the design is changed. Adding New Themes using the Administration Screensįundamentally, the WordPress Theme system is a way to “skin” your WordPress site.
