WordPress Theme Development Folder Structure
Darshan Saroya

WordPress Development- Folder Structure

Hello friend, this the second post in WordPress development series. In the first article, we learn basic about WordPress, how to install WordPress and what you should know to dive into WordPress development. Now in this article, we give an eye on the folder structure of the WordPress. WordPress Folder Structure So let’s get started. […]

7 years ago
Read More
WordPress Theme Development Guide WordPress Introduction
Darshan Saroya

WordPress Development- WordPress Introduction

WordPress is a Content Management System (CMS), which is free to use, mostly used by Bloggers. With WordPress, you can easily manage and create blogs and websites with almost zero coding knowledge. WordPress was developed for blogging but now you can create any kind of website with help WordPress. For WordPress development, you should know […]

7 years ago
Read More
Managed WordPress Hosting Is it Right For You
Darshan Saroya

Managed WordPress Hosting – Is it Right For You?

WordPress developers have a lot of work to do. Freelancers need to spend their days writing proposals for new clients, coding sites, and hosting strategy meetings. In case, you are planning to start and run your own WordPress agency, you’ll be busy in tasks related to growing and promoting your business. Regardless of the condition, […]

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