wordpress-logo

How To Remove Login Shake Effect At The Time When Error Occurs

Using the following snippet will let you remove the login shake effect when error occurs. Simply paste the following code in your theme’s functions.php file and you are done.

Snippet Source/Credit: WordPress Support Forum

How To Automatically Add Twitter And Facebook Buttons To Your Posts

Using the following snippet, you will be able to automatically add both Twitter and Facebook buttons to your posts.

Snippet Source/Credit: WPRecipes

How To Get The First Link In Post

Using the following snippet and pasting it in your theme’s functions.php file will let you grab the first link in the post.

Snippet Source/Credit: Filip Stefansson

How To Get Email Alerts For 404 Pages In WordPress

Using the following snippet, you will be able to get email alerts for 404 pages in WordPress.

Snippet Source/Credit: WP Mix

How To Display Recently Registered Users

Using the following snippet, you will be able to display recently registered users.

Snippet Source/Credit: emoticode