Here are some of tips and codes I use as part of my WordPress Development.
By default wordpress have 5 major post type. They are as: Post, Page, Attachement, Revision and Nav Menus. In cases when the functionality provided by these default post aren’t enough, we create custom post types. Custom post types as the term goes are the customised post that are custom made based on your requirements. It can […]
Often confused bits of wordpress are hooks and filters. As the name goes filter are generally related to the content where as hooks are more related to the events. WordPress Filters Filters are used to modify text before adding it to databse or before its been output to the screen. WordPress filters takes two parameters. […]
The availability of themes, plugins and tutorials over the internet are massive and it does help to grow yourself and increase your knowledge base. Over the years I had been learning wordpress via blogs, forums, tutorial sites. Based on my personal experiences I am listing three of very useful blogs that provide a lot of resources for […]
In this article I will be sharing three tips that you should be doing if you are using wordpress for blog or as a CMS to your website. These are very simple and easy to implement. Update the wordpress to the latest version You need to update your worpdress for couple of reason. Reason 1 […]
So what is wordpress? and Why is it so popular? WordPress is a open source platform, which refers to free code base that any one can use and modify as needed, that can be used to build websites with varied complexities such as blog, content management system, ecommerce sites etc. Stared in 2003, what then […]
WordPress is one of the most user friendly platforms. And upon few creative changes, can be used in websites of various complexities. One of the standout features of WordPress is its Admin Dashboard. It’s good on eye, easy to use and navigate and most importantly adding the content for site is super easy. WordPress was […]