Archive for the ‘Resources’ Category

php validate twitter username

If you want to validate twitter username using PHP then you can achieve this using CURL. Following function will check whether twitter username exists or not.

How to increase website traffic

Complete list of tips or tutorials to improve your website traffic. Using following tips you will improve your website traffic easily. Increase Website Traffic SEO Book : 101 Ways to Build Link Popularity in 2006 SEOpedia : 101 Web Marketing Ideas and Tips Online Marketing Blog : 25 Tips for Marketing Your Blog SEOMoz : [...]

wordpress recent posts with thumbnail

Following code snippet will display recent posts with thumbnail. You can add this code anywhere on your wordpress blog to display recent posts. Change array(80,80) if you want to change height and width of the image. right now image is 80px in width and 80px in height.

WordPress Recent Posts excluding current category

To display recent posts from other categories excluding current category in which current posts resides then following code inside single.php will display recent 5 posts from same category. Just add following code inside single.php file at the location where you want to display recent posts. If you want to display recent posts from same category [...]

WordPress Recent posts from Current / Same Category

If you want to display recent posts from same category in which current posts resides then following code inside single.php will display recent 5 posts from same category. Just add following code inside single.php file at the location where you want to display recent posts. If you want more number of posts just change numberposts’ [...]

WordPress 3.1 Enable, Disable / Remove admin bar

WordPress 3.1 added new feature “WordPress admin Bar ” which adds admin bar to easily access wordpress backend features when you are logged in on your wordpress blog similar to wordpress.com blog. Disable / Remove admin bar from wp-Admin Each User can manage Enable/Disable admin bar from there profile page. Just login to your wordpress [...]

WordPress 3.1 Post Formats

Wordpress 3.1 released with some new features. One of them is post_formats. This feature is simple, but it allows wordpress developer to add some pretty good styling options with a single line of code.

wordpress 3.1 features

WordPress Version 3.1 “Reinhardt” was released On February 23, 2011 to the public, Named in honor of the jazz guitarist Django Reinhardt. With new features. This post will describe all the new features. WordPress 3.1 New Features 1] Internal Linking Click a button for an internal link and it allows you to search for a [...]

WordPress Disable Core Update Notification Message without plugins

Using a simple way you can disable Wordpress Core Update Notification Message without using plugins, by just addint few lines of code inside your themes functions.php file.

Remove WordPress generator meta tag

WordPress show version no. in meta generator tag by default on your wordpress blog. For security reasons you must remove this meta generator tag. It’s easy to remove meta generator tag in wordpress, just open your current activate theme functions.php file inside a text editor and add following code.

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