Speed Up WordPress Website in Simple ways
Darshan Saroya

Speed Up WordPress Website in Simple ways

Speed up WordPress websites is most popular things on today. WordPress already occupy a vast area on the internet. As most of the people use the net on smartphones, so less website loading time is the most thing. Luckily there are many ways to increase the speed of WordPress available. Which speed up WordPress plugin is […]

7 years ago
Read More
WordPress Security - Must Have Plugin For WordPress Security
Darshan Saroya

WordPress Security – Must Have Plugins For WordPress Security

WordPress Security: WordPress is the most well-known blogging stage on the planet. A large number of sites including different famous web journals are utilizing WordPress as a substance distributing stage. In this way, programmers are additionally more keen on hacking WordPress based sites. That makes us worry about WordPress Security. WordPress, for the most part, […]

7 years ago
Read More
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
Child theme why and how to create
Darshan Saroya

Child Theme- How & Why to create?

All themes are not perfect. You want some change in your WordPress theme. Sometimes you find new functions or features in other’s WordPress site. You want to add in your theme. Or sometimes you want to the layout of your site. Want you can do for customizing the WordPress theme. You can use plugins. But […]

7 years ago
Read More
Creating Simple WordPress Theme
Darshan Saroya

Creating Simple WordPress Theme

By creating simple WordPress theme, we can easily understand the WordPress mechanism. In this post, we develop a WordPress theme from scratch. Here I just give you code that you have to add in theme templates. By doing so you get the basic idea about the working system of a WordPress theme. Points to remember while […]

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