Programming-7

How To Remove News Feed In WordPress Dashboard

Using the following snippet, you will be able to remove news feed from your WordPress dashboard.

Snippet Source/Credit: Smashing Magazine

How To Show Content For Logged In Users

Adding this snippet to your theme’s functions.php file will let you show content only for logged in users.

Snippet Source/Credit: Snipplr

How To Remove Widgets From WordPress Dashboard

The following snippet will let you remove widgets from WordPress dashboard area.

Snippet Source/Credit: WP Guru

How To Remove WordPress Version

Adding the following snippet to your theme’s functions.php file, you will be able to remove WordPress version.

Snippet Source/Credit: Jeff Starr

How To Make Your WordPress Website SEO Friendly

Using the following snippet, you will be able to make your WordPress 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