
Redirect to post if search results return only one post
Although WordPress traditional search doesn’t provide search quality as good as Google Custom Search, however many WordPress users still use it, as it is the default search and you don’t need to customize your theme to add search feature on your blog. Recently, a friend of mine asked me about redirecting to a post when […]

Remove version from WordPress enqueued CSS and JS
Snip unnecessary version number from the JavaScript and CSS files added by wp_enqueue_script and wp_enqueue_style functions in WordPress.

Add Google+ Comments on your Blogger blog
Google+ has rolled out it’s commenting for blogspot or Blogger based blogs. From now, Blogger users can opt into using Google+ commenting system instead of traditional Blogger comments on their blogs. Google+ comments provide a powerful commenting system along with replying, +1 voting of comments, and notifying, sharing and socializing on Google+ as well. This […]

10+ Best Mobile WordPress Themes
Since when Responsive Web design is into action, everybody want their websites look perfect on any device. And mostly, the mobile-friendly web design is in high demands. With Mobile-friendly WordPress themes, you can make your WordPress site look perfect on any handheld device. Mobile WordPress Themes are build specifically for mobile and handheld device and […]

Break that frame with JavaScript Framekiller
HTML frames have the capability to show webpages as the sub-division of their parent webpage. Sometimes this ability of frames give advantage to external sites that put your sites in frames, slap their ads in the parent webpage and try to encash hard-worked content of someone else, it’s also known as clickjacking. It’s obvious, everyone […]

40+ Free Responsive WordPress Themes
A Responsive WordPress Theme enables your WordPress site to adapt according to different screen resolutions on different devices. In modern web, you need a responsive design to stay carefree about the look of your website on different screen resolutions and devices. Experts design responsive themes with CSS3 Media queries and jQuery Mobile, that powers your […]

List of WordPress Keyboard Shortcuts
Keyboard shortcuts or hotkeys speed up the work on any platform. WordPress too has some handy keyboard shortcuts that can be helpful while composing a post. These shortcuts basically fulfill the formatting tasks and help you to quickly format and finish your posts. Complete list of WordPress Keyboard Shortcuts Shortcut / Hotkey Function Ctrl + […]

Enabling Post Thumbnails in WordPress
WordPress post thumbnails or featured images can add more beauty and interactivity to a WordPress theme. If you have WordPress thumbnails enabled in your theme, you may add a relevant image for it to appear with the post in the indices like homepage, categories and other archive pages. We don’t have the post thumbnails enabled […]

Make WordPress Shortcodes working in Widgets
WordPress Shortcodes allow users to add an inbuilt or plugin-driven functionality into their posts and pages without using PHP or any sort of coding. Take the gallery shortcode [gallery] as an example, it enables the user to add an existing WordPress gallery into their posts or pages. Different WordPress plugins provide shortcodes to add functionality […]

Remove automatic dimensions from WordPress Image attachments
WordPress Thumbnail function when used in themes, automatically adds width and height attributes to the image attachments, which may create problems with a responsive layout. Take a look at the highlighted section in the below given code, that’s what I’m talking about: <img width="300" height="200" src="http://localhost/wordpress/wp-content/uploads/2013/02/attachment-thumb.jpg" class="attachment-post-thumbnail wp-post-image" alt="Attachment Thumbnail" /> In such a situation, […]
We push blog updates with the help of Feedburner. You'll get a notification every time a post gets published here.