Ajax in WordPress

Asynchronous JavaScript and XML or simply AJAX is a JavaScript and XML based programming technique that allows a web page to fetch or submit new information and present it without refreshing the web page. Its having “asynchronous” nature, which exactly means it can fetch or submit data without refreshing the Read More…

Google Map API Geocoder with multiple location array

Hello if you are working on google map api geocoder and you need to search the location on basis of name and location than you need to use Google map api geocoder to get the location. We will try google map api geocoder with multiple array, here array can be Read More…

creating real time tax_query in WordPress

Several time we need to create real time tax_query in WordPress. The case can be some interactive form for users in WordPress some complex searches in WordPress search with multiple dynamic fields in WordPress In this case we need to populate the real time data basis on the user selection. Read More…

WordPress Menu

What is WordPress Menu WordPress is having Navigation Menu often known as WordPress Menu, which is a basic theme feature introduced in erlier WordPress version 3.0. WordPress this new feature provide us, an easy to use mechanism for implementing customised navigation menus into our created themes. In order to incorporate Read More…
How to Install Wordpress

How to install WordPress?

If you are planning to create a website especially dynamic website, than WordPress CMS would be the best choice around others. A WordPress is considered as one of the best content management systems. Because of it provide inbuilt support to create pages, posts, taxonomy and tags. so it would be Read More…

Configuration file in wordpress

Configuration file in WordPress The WordPress configuration is very essential in order to set the website. The configuration file is stored at the wp-config.php. This file is found at the root of our installed WordPress file directory and this contains all basic configuration details of our website, such as database Read More…
bind the menu to Custom Meta Box

How to bind the menu to Custom Meta Box in WordPress?

Sometime we require to add the dynamic menu in the templates of the theme, but there is no way out to add the menu directly. Even there is no function to add that menu other than creating a widget area. but what if the same template is being used several Read More…

How to Add an Author Info Box in WordPress Posts?

Why and When We Need an Author Info Box in WordPress In many case the WordPress blogs administrator want to show the real person who wrote the post and to give its credit and improve the domain authority Author info box in WordPress is required. if a website is running Read More…