Recently I had a client who required me to block access to the entire website except for a couple of pages. You would think this would be fairly straightforward to do however after messing about in the Restrict Content plugin I finally had enough of it not acting the way I wanted to – and […]
Anyone who develope WordPress stuff is a WordPress developer. WordPress Developer may be developed themes or plugins or both. A theme is a piece of code that render frontend of a WordPress site. While plugins are used to extend the functionality of a theme. For example, if theme not provide forms or only provide limited […]
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. […]
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 […]
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, […]
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 […]