Archive for the ‘Wordpress Plugins’ Category

How to Create Archives Using Smart Archives Wordpress Plugin

Thursday, December 6th, 2007

Don’t laugh at me, I have been taken 2 or 3 day’s time to learn how to create archives using smart archive wordpress plugin last time, this is because I don’t know how to create page template at that time. Now, I told you how to create archives using smart archives wordpress plugin in 5 minutes.

Download Smart Archives Wordpress plugin

1. Download Smart Archives plugin
2. Upload this plugin into your wp-content/plugins directory
3. Activate this plugin through your Wordpress Administration panel

How to Create Page Template for Smart Archives

1. Open your theme folder and find page.php
2. Duplicate page.php and rename it (i.e. page-archives.php)
3. Open page-archives.php (the file that you duplicated just now)
4. Add the following coding at the top of the page (before )

<?php
/*
Template Name: page-archives
*/
?>

5. Upload page-archives.php to your selected theme folder
6. Create new page
7. At the right hand side of the “write page” page, can you see Page Template?

8. From there you can select “page-archives” (the page-archives.php that you upload just now)
9. Save it and give a page name like “Smart Archives” (Don’t use “Archives” as page name, it doesn’t work for me last time)

Top 5 Comment Wordpress Plugins to Increase Your Comment

Friday, November 16th, 2007

I like to receive comment from readers because I like to interact with them, people comment your post means that they have read your post. If you wan to encourage your readers to comment your post in order to make your blog more active, then you should try the following top 5 wordpress plugin that can help to increase your comments.

1. Show Top Commentators
Encourage more discussion from your readers, by displaying their names (linked to their website if desired) and number of comments they have made recently to your sidebar.

2. Brian’s Threaded Comments
Adds a ‘Reply to this comment’ link to every comment. For example, when you click the reply link for comment no. 2, then your comment is placed directly under the comment no.2.

3. Subscribe to Comment
Allows commenters on your blog to check a box before commenting and get e-mail notification of further comments. It is one of the most popular WordPress plugins out there for the simple reason that it helps foster a community around your blog by encouraging commenters to come back and stay engaged in the dialog.

4. Comment Relish
Developed to send an e-mail message to users who comment on your website who have never commented before. The message dispatched to the user is defined within the plugin’s preferences. Numerous tags have been integrated to allow for information to be included in the message easily (I.E.: timestamp, author name, comment, ETC.).

5. Link Love
Turns off nofollow for all commenters who have posted at least 10 comments.

Most Easy Way to Backup Wordpress Database Using Wordpress Database Backup

Saturday, November 10th, 2007

Don’t be bored with reading this post again! I just want to remind that how important of backup your Wordpress database.

Don’t Cry When You Lose Your Data, You Should Blame Yourself

I remembered during my school time, I ever saw a man cried because of losing all data in his computer, damn pity you know. I was thinking that if you lose your data, don’t cry, you should blame yourself because you didn’t backup your data regularly.

Most Easy Way to Backup Wordpress Database Using Wordpress Database Backup Plugin

First, you should use FTP Client to download all the site files (the Wordpress folder). Secondly, you also need to backup Wordpress Database, you might use Wordpress Database Backup plugin.