Top Menu

Category Archives Wordpress

What Are HTTP And HTTPS? HTTP  is the cornerstone web technology that helps to transmit and share information across the WWW. HTTPS is the second version of HTTP. It will make the Internet a safe haven for day-to-day transactions like eCommerce, Internet banking, instant messaging, video chat, file transfer, cloud storage, etc. SSL Makes All The Difference The key point…

Homepage now content the code "meta name='robots' content='noindex,nofollow' /" (< removed). From Googling, it appears that this code should be added when I visit the Privacy section of Wordpress and select "I would like to block search engines, but allow normal visitors". However, my site is selected as "I would like my site to be visible to everyone, including search…

Firstly you’ll need to make sure that the wp-config.php file is updated to point to the database that it was restored to. changes Details in wp-config.php If the domain name is different you might also need to change that in the database: Follow set by setep Backup your database and save the copy off-site. Login to phpMyAdmin. Click the link…

You can back up your blog content and import it to wordpress blog. You can also back up your. Firstly Login in to Blogger. Click Left hand Site “Setting Menu” Then Click Other Option See Import & back up Option and click “Backup Content” In the "Import & back up" section, click Back up ContentSave to your computer. And Again Login…

Using the code below will remove the WordPress logo and wordpress Related sub menu from the Admin top Bar. The only thing you need to do is paste this code into the wp-content/thems/yourthems/function.php file of your theme.add_action('admin_bar_menu', 'remove_wp_logo', 999);function remove_wp_logo( $wp_admin_bar ) { $wp_admin_bar->remove_node('wp-logo');}

In this post, I describe a technique for hiding unnecessary menus. Some time we need to hind unnecessary menus for other clients role just like (administrator, contributor, subscriber, author, editor, etc) then with the help of this function we can hide wordpress menu.1.    1   This code include your themes>>functions.php files.// remove unnecessary menusfunction remove_admin_menus () {                global $menu;                                $restrict = explode(',',…

How to get your blogs matter in your site. Suppose you have a blog and you post the data into this blog regularly. Now recently you  have created a new site and want to all the blog’s data show in your website in separate page or anyother location. So in this condition you need my code.My code will show any blog’s…

Close