Overview of Virtue theme
The Virtue theme is a popular, free WordPress theme that is designed to be responsive, flexible, and easy to use. It was developed by Kadence Themes and is available for download from the WordPress theme repository. The theme is built … Continued
Overview of Jetpack, best-in-class products for your WordPress site
Jetpack is a popular WordPress plugin developed by Automattic, the company behind WordPress.com. It offers a suite of tools to help WordPress users enhance their websites’ functionality and security, as well as manage and promote their content. Some of Jetpack’s … Continued
Advanced Ad management with AdInserter Plugin
Ad Inserter is a popular WordPress plugin that allows users to insert various types of ads into their WordPress website. It supports various types of ads, including Google AdSense, Amazon Native Shopping Ads, Media.net, and other custom HTML or JavaScript … Continued
Advantages of WordPress in 2023
WordPress is easy to use for beginners because it has a user-friendly interface and a simple
dashboard that allows you to create and publish content without any coding knowledge.
Adding metaboxes to post types
WordPress allows additional information to be input along with the posts. These additional information is entered through metaboxes. Metaboxes can be either simple textbox, listbox, or upload button or any other form element. For example a property description needs a … Continued
Creating menubar using HTML and CSS
Menu bar or navigation bar is a a collection of list items. Menu bar can be either horizontal or vertical. Both types of menubar and menu items are created using HTML list items. Let us see how we can create … Continued
Creating locations for navigational menu
WordPress allows navigation menus to be created easily in your dashboard using Appearence->Menus. By going there you can create as many as navigational menus. Navigation menus can be placed either in widgets or in the locations specified by the theme. … Continued
Getting bootstrap for your website
Every web page is made up of HTML elements to display content and CSS rules to change the appearance of those content. Bootstrap is a framework that makes it easier to create beautiful website. Bootstrap has predefined CSS rules which … Continued
Installing and configuring xdebug in Ubuntu
Xdebug is a tool used to debug PHP scripts. It is used as an extension to get debugging information. To get more information about Xdebug go to http://xdebug.org . Installing and configuring xdebug in Ubuntu is easier with inbuilt package available. … Continued
Understanding Theme Development
Themes control presentation layer of your of your site. It is responsible for user experience for your site’s content. Themes allow your same content to be presented differently to your visitors. Themes makes your content beautiful and accessible. Here we … Continued