WordPress allows additional information to be input along with the posts. These additional information is entered through metaboxes….
Creating menubar using HTML and CSS
Menu bar or navigation bar is a a collection of list items. Menu bar can be either horizontal…
Creating locations for navigational menu
WordPress allows navigation menus to be created easily in your dashboard using Appearence->Menus. By going there you can…
Getting bootstrap for your website
Every web page is made up of HTML elements to display content and CSS rules to change the…
Installing and configuring xdebug in Ubuntu
Xdebug is a tool used to debug PHP scripts. It is used as an extension to get debugging…
Understanding Theme Development
Themes control presentation layer of your of your site. It is responsible for user experience for your site’s…
Understanding Plugin Development
WordPress is such a popular platform because it’s such an easy thing to extend functionality using plugins. The…
Understanding and creating custom Taxonomy
Taxonomies are a way of grouping similar items together. This makes content to be relational. By default WordPress…
Understanding and creating custom post types
WordPress has by default has few types of content and taxonomies to add our own content. To build…
Understanding data management in WordPress
WordPress is powered by MySQL database in backend and stores all the data for website including content, users,…