Blog

The date formatting option is available through the WordPress admin panel. Go to Settings->General. You have several default date formatting…

WordPress show error messages when someone enters incorrect username or password on the login page. These error messages is used…

First Log into WP admin panel, then go to Settings -> General. Then You need to change the Site Address…

First block is for Text formatting buttons (bold, italic and strakethrough) Second block is for The buttons that allow you…

Log into phpMyAdmin control panel and locate your WordPress database: Click on wp_users table. We want to need to insert…

redirect function is used for redirect your page to another page.if you want to add a redirect function to your…

WP allows you to add users with different roles and access privileges to your site. Once created, a user will…

These function is used for WP theme Header creation. bloginfo(‘name’); This function show Title of the site wp_title(); This function…