Programming-2

How To Remove Widgets From WordPress Dashboard

Using the following snippet, you will be able to remove widgets from WordPress dashboard.

Snippet Source/Credit: WP Guru

How To Remove WordPress Version

Adding the following snippet in your functions.php file and you will be able to remove WordPress version number.

Snippet Source/Credit: Jeff Starr

How To Log-in A WordPress User Programmatically

Using the following snippet in your theme’s functions.php file, you will be able to log-in a WordPress user programmatically.

Once done, now to log-in a user, just simply do the following:

Snippet Source/Credit: emoticode

How To Make Your WordPress Website SEO Friendly

Adding the following code in your theme’s functions.php file, you will be able to make your website SEO friendly.

Once done, simply replace the $default_keywords in line 3 with your own keywords and add the following line of code into your theme’s header.php file.

Snippet Source/Credit: Jeff Starr

How To Add Theme Style To TinyMCE In WordPress

Using the snippet below you will be able to add theme style to style.css of the theme.

Snippet Source/Credit: eckstein.id.au