Delete WordPress Post Revisions

With WordPress 2.6 and beyond came a feature called Post Revisions. Some people feel that this feature clutters up the database with redundant content. I am one of those who can do without the Post Revisions feature. I have actually seen Post Revisions displayed as redundant posts in conjunction with some popular post rank displaying plugins. So, here is how to remove WordPress Post Revisions from your SQL database. Continue Reading

Separate Comments from Trackbacks

It’s always good idea to take a few extra second to separate you comments from trackbacks. It’s always difficult and uncomfortable to follow discussions, when there are a lot of trackbacks mixed with user comments.

Separating your trackbacks and comments requires a minimal amount of coding work to set up. First, you’ll want to make a backup of your comments.php file just in case something goes wrong. Next, follow these three steps:

Continue Reading

Easy Relative Date

Easy Relative Date is a simple plugin to add relative date supports on wordpress powered websites, like ‘Today’, ‘Yesterday’, ‘2 Days Ago’, ‘2 Weeks Ago’, ‘2 ‘Seconds Ago’, ‘2 Minutes Ago’, ‘2 Hours Ago’. The main advantage of the plugin is that it doesn’t override standard wordpress the_date() and the_time() functions, so you can use these functions if you need as well. Continue Reading

Create simple shortcodes

Shortcodes have been introduced in WordPress 2.5. They’re hooks which allow you to call a php function simply by typing something like[shortcode]. It is a great way to save time on repetitive tasks. Just read on to find out how to use them.

Continue Reading

Display DropDown categories and archives

catsTo add a good looking drop down that will list all your existing categories, insert the following code in your blog template. You can do it either in your sidebar.php file or anywhere in the index.php. This is the code :

Continue Reading

Top 5 SEO plugins for Wordpress

WordPress, straight out of the box, comes ready to embrace search engines. Its features and functions guide a search engine through the posts, pages, and categories to help the search engine crawl your site and gather the information it needs to include your site within its database. There is a lot to learn about search engine optimization and site submission. Here are just a few plugins, which help you to improve your SEO.

Continue Reading

WP Calculator

WP Calculator is a free simple calculator for your blog. Originaly developed from http://www.bmgadg.com/calculator.php script. Continue Reading

Past username in comment field & quote text

You have probably seen this function on different message boards. It allows to simple paste the comment author username in comment textarea and qoute some text from his/her comment with one click. I think it’s quite necessary feature. It will make commenting process more comfortable and encourages your users to comment on your posts.

Continue Reading

Top 5 RSS plugin for Wordpress

feed is a function of special software that allows feedreaders to access a site, automatically looking for new content and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites.

There are several different kinds of feeds, read by different feedreaders. Some feeds include RSS (alternately defined as “Rich Site Summary” or “Really Simple Syndication”), Atom or RDF files. Now I’ll review top 5 rss plugin for wordpress.

Continue Reading

WP Chocolate

Let me introduce my first wordpress theme - WP Chocolate

screenshot

Continue Reading