Enable excerpt on WordPress Page

Posted by saurabh On April - 28 - 2011
You would have noticed in WordPress that while you can enter excerpt for a post, the same can not be done when you create a new page. WordPress in default does not have the excerpt feature on Page. But you can enable this by entering a few lines of code in Theme Functions of your

How to Enable Excerpt in WordPress 3.1

Posted by saurabh On April - 26 - 2011
When you finish installation or upgrade of WordPress 3.1, first thing that you will notice is that there is no excerpt field below textarea in post or page. There is no need to panic, creators of WordPress have disabled this option in WordPress 3.1. But you can enable this option in no time. Login into

Rename wp-content

Posted by saurabh On March - 24 - 2011
There is a very simple way to rename the default folder “wp-content” and hide information from your visitors that your website/blog is powered by WordPress. Some plugins and themes use “wp-content” in the code and renaming the “wp-content” folder may sometimes render such plugins and themes un-usable. However, you fix the issue by editing the

WordPress resource – post installation

Posted by nrupal On April - 14 - 2010
There are millions of users of wordpress CMS and there would be many more to come. I started out with interaction with wordpress sometime back and I thought of compiling a resource page for wordpress users. Even techwhiz is also running on wordpress. This resource page would not discuss anything regarding the installation since there

Add Google Buzz to your wordpress blog

Posted by saurabh On February - 13 - 2010
Google Buzz is a new social tool by Google. It is embedded with Gmail so you can receive buzz directly in your mailbox. I added the Google Buzz button on my blog yesterday and it was a cakewalk. Log-in to your blog and open the file in which you would like to integrate Google Buzz

Display delicious count on your wordpress blog

Posted by saurabh On January - 19 - 2010
Delicious is a very popular bookmarking website. After searching for number of websites, I found a plugin which counts the number of times the page has been saved in delicious.com. You can easily add the counter along with delicious share button on your blog powered by wordpress. Login to your blog Download the plugin (http://www.techwhiz.in/repository/zip/delicious_count.zip)

Add Facebook share button in wordpress blog

Posted by saurabh On January - 18 - 2010
It is very easy to implement Facebook share button in blog powered by wordpress. Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) Copy and paste the following code in the file and save the file. <a name="fb_share" type="button_count" share_url="<?php the_permalink(); ?>">Share</a> <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Loader"