Archive for the ‘Wordpress’ Category

Sociable Social bookmarking

Wednesday, August 1st, 2007

Great plugin and exactly what I was looking for.

The plugin allows you to select a number of social bookmark sites which are displayed in the content. This allows your readers to bookmark your blog or article directly to the social bookmarking sites you have enabled.

To install the plugin, simply download the plugin from the download site, and upload the contents of the archive to your wp-content/plugins/ folder and activate the plugin under your plugin settings. You should then be able to drag and drop the widget to your sidebar and select which bookmarking sites you wish to display.

So easy.

Top Posts by Category Plugin

Sunday, July 29th, 2007

This plugin was created by Marc Hil Macalua, the Founder of SEO Philippines. Its great plugin where it allows Wordpress bloggers to display their best posts, as determined by the number of visits to the post or number of comments.

Plugin Features

  • You can choose between displaying top visited posts or top commented posts.

  • You can choose to diplay top posts by category or you can display the top posts regardless of category (or as I would like to call it ala Royal Rumble)

  • You can choose to display the actual number of visits or comments for each post featured on the best list.

  • You can control the number of top posts to display, i.e. display N top posts per category.

I found it useful to track my visitors but it also counted my own visits. To solve the problem change the following code:

in the funtion tpbc_tracker(), line 81:
if (is_single () && !is_page ())

you can change it to:
if (is_single () && !is_page () && !current_user_can(’edit_posts’))

International shipping wordpress shirt

Sunday, July 22nd, 2007

Latest news from Wordpress

One of the biggest complaints when we originally launched our t-shirt store was that folks outside of the United States, which is the majority of our traffic, were unable to order them. Now you can! More…

———

I had never known wordpress selling t shirt :D

Integrated photo gallery with wordpress

Friday, July 20th, 2007

After spending the whole Friday morning, I integrated my photo gallery with wordpress, finally. Check it out!

I choose WPPA 1.0  (http://me.mywebsight.ws) as my gallery script because of it easy to manage.