
Put last modified / last Updated date in WordPress
How-to guide explaining how to add a last updated or last modified date in your WordPress posts and pages with and without plugins.

WordPress Revised Meta Tag Plugin
You can now add the revised meta tag information to your WordPress posts and pages with our Revised meta tag plugin available at the WordPress repository for free. Note: This is the support page for the WordPress Revised meta tag plugin, and all the support and troubleshooting will be provided here only. Revised Meta Tag […]

Notify Web crawlers about the updated content with meta revised tag
Almost every webmaster knows about meta tags. There are different types of meta tags which are generally placed in the <head> section of the markup of a webpage. The objective of adding meta tags to a webpage depends upon the behavior or property of the tag we are adding – for example, meta description tag […]

Automatically set Featured Thumbnails to WordPress posts
WordPress featured thumbnails allow you to add a featured image to your posts. If your WordPress theme has this functionality, then you may set a featured thumbnail to your post by using the Featured Image meta box by clicking the Set Featured image link and uploading your image. The featured thumbnails generally appear in the […]

Download Facebook logo Font (TTF, OTF and Web Font)
Facebook is one of the most popular Social Networks in the world, and so is it’s logo. Everyone knows how Facebook logo looks like, it looks neat on the navy blue layout of Facebook. Designers and DIY entrepreneurs who build assets around Facebook may want to know about the font the Facebook folks have used […]

A Guide to CSS3 Rounded Corners
CSS3 has bring a lot of new features and possibilities into web design. One of such features is the rounded corner support to the box. Earlier before, designers use images and nifty libraries to make the corners of divs round in appearance. But now, with CSS3, you need no more images or JS library tricks, […]

Download Pinterest Font (TTF, OTF & Web Font)
Pinterest has a cute logo. People want to know what font the designer guys at Pinterest used to carve it out. But the truth is that the Pinterest logo is not a font, it is a custom built by Michael Deal and Juan Carlos Pagan (see their work here). However, we have some alternative fonts […]

Really simple Sticky Scroll with jQuery without using plugins
Easiest way to create a floating jQuery Sticky Scroll division without making use of plugins. Demo and Download links included.

Download Google Glass Font (TTF, OTF and Web Font)
Google Glass has become the hot property among people on web in the past few months. For those who are willing to start websites around Google Glass concept, might be looking for a font that appears exactly like that we see in Google Glass logo. That would help to create site assets that appears just […]

Disable WYSIWYG Editor for WordPress Custom Post Types
There are times when developers want to hide the Visual or the WYSIWYG Editor from their Custom Post Types. If such is the case, add the following code in your functions.php to disable WYSIWYG editor in your Custom Post types and save the changes: add_filter('user_can_richedit', 'disable_wysiwyg_for_CPT'); function disable_wyswyg_for_CPT($default) { global $post; if ('movie' == get_post_type($post)) […]
We push blog updates with the help of Feedburner. You'll get a notification every time a post gets published here.