Posts tagged Wordpress

Displaying content based on current language using qtranslate

Displaying content based on current language using qtranslate

QTranslate is a flexible and simple blog translation plugin. Using QTranslate you can easily convert your blog to a multilingual site. However to use it fully functional, you need a few modifications in your theme. Here I will show you how to fix your links and content based on current language on Qtranslate.
Read More →

How to use default WordPress RSS widget in your php templates

How to use default WordPress RSS widget in your php templates

I showed you how to use widgets using the_widget in your php templates before. Upon request, I am going to show you how to use WordPress RSS Widget with the help of WordPress the_widget function.
Read More →

Countdown Widget Update 2.5

Countdown Widget Update 2.5

Countdown Widget for WordPress plugin makes creating countdown timers a cake! You can either use the widget or the shortcode. Here is a list of features added with this update..

Read More →

Add browser classes to body using filters in WordPress

Add browser classes to body using filters in WordPress

Wordpres adds custom classes to <body> depending on the page you are viewing. This is a great function that can be used for styling your theme. Here i will show you how to add body classes depending on the browser your visitor is using. So you can style your theme layout using those classes. Read More →

Image Banner Widget Update

Image Banner Widget Update

Image Banner Widget now allows you to upload images direct from the widget. Just click Upload button next to URL text field. You can either upload or select an existing image from your media library. To get this great feature, just update your plugin. If you haven’t install it yet, get the latest version of Image Banner Widget here.

WP Trick : Display most viewed posts first on search pages

WordPress by default, shows latest posts first on archive and search pages. Here I will show you how to sort your posts on search results page using post view counts.

Read More →

Book Review : WordPress 3 for Business Bloggers

Book Review : WordPress 3 for Business Bloggers

For many beginners wordpress may seem way too complicated than other blogging platforms. If you are new to blogging or if you want to upgrade your site to a better one you may need a good resource to find your way. Here WordPress 3 for Business Bloggers comes to help you out.

Read the rest of review..

Displaying random posts using shortcode

Displaying random posts using shortcode

Random posts can be a great opportunity to generate hits for older content. Especially for gaming and portfolio sites this snippet will be great use. Here is how to set it up for your theme.

Read More →

SEO Tip : How to add post category to document title

For a good SEO you need the right keywords in your title. Not too much but the most relative ones. We all use categories on our blog. And those make great keywords. But do we use their power for SEO in a right way? Here I will show you how to add category to your pages titles that are visible on search engines.

Read More →

How to enable post thumbnails for pages

In the new versions of wordpress this would be enabled by default, plus most themes enable it. But if your theme doesn’t have post thumbnail feature for pages, you can easily enable this feature by adding the following code to your functions.php file.. Read More →