Archive for the ‘Resources’ Category

WordPress display hidden custom fields

WordPress won’t show keys starting with an “_” (underscore) in the custom fields list. If you want to display those hidden custom fields you can simply display them in wp-admin add/edit post or page section by simply adding following code inside your themes functions.php file.

PHP url validation using filter_var() function

You can validate url using php filter_var() function using following code.

WordPress Add Home link to wp_nav_menu()

If you want add “Home” link to your wordpress wp_nav_menu() function then you have to add following code inside your themes function.php file.

Disable admin page in syntax Highlighter Evolved plugin

Add following code inside your themes function.php file to disable admin page in ntax Highlighter Evolved plugin.

WordPress Video Tutorials

WordPress is one of the most popular bloging platform. It’s free, highly-customizable, and very easy to install and use.
In this post, I will give you list of video tutorials and screencast available.

wordpress change excerpt length

By default, excerpt length is set to 55 words. To change excerpt length using excerpt_length filter, add the following code to functions.php file in your theme:

wordpress most commented posts

Following code will display most commented posts on your blog. You can change the number of posts displayed by changing the limit value in the mysql query.

WordPress validate Email address

Wordpress have two functions using you can validate email address. So you don’t have to add extra functionality for the validation using regular expressions.

Google Buzz Button on WordPress

Google Buzz is new social tool invented by google. You can read all about google buzz here Google Buzz.

Jquery Multilevel navigation menus

This post will list all the jquery navigation menu tutorial’s available to learn. All these tutorials are available to download also demo for each menu is available.

How to remove the http://t.co/XhUQ8T6p link from Login / Register Page: On self hosted wordpress blogs wordpress ... http://t.co/LWDOuEfq - 1 week ago