Role of style.css in a WordPress Theme
Darshan Saroya

Role of style.css in a WordPress Theme

The style.css is a required file in any WordPress theme. You can include additional CSS files in your theme, but there must be one with this filename, style.css in the root folder. Not only this file is must have, but also begin with a comment block containing the theme’s description. As in the previous post, I […]

7 years ago
Read More
template hierarchy wordpress
Darshan Saroya

Template Hierarchy-how a WordPress theme works

Before start developing a WordPress theme, one should know how a WordPress theme works. WordPress theme follows a particular template hierarchy. That means you have to follow some template related conditions to make a perfect theme. Template hierarchy makes manipulation of data to a very easy level. Like, make category.php template to fetch category related data. […]

7 years ago
Read More