Posts tagged as:

Wordpress

Easy Permalink Redirection With WordPress

July 17, 2010

I didn’t know this until today, so please bear with me if it’s old hat for you… If you publish a post on your blog that runs wordpress and later decide to change the url, wordpress has an inbuilt redirect for your readers. Let me explain… I recently did a post that I titled 20 [...]

Read the full article →

20 Great Plugins Compatible With WordPress 3.0

June 11, 2010

It’s time to update my list of wordpress plugins. Some that used to work don’t and there are some that have been superceded by much better plugins. I’ve just done a complete wipe of the site and SQL for a number of reasons, which I’ll explain in another post. So now’s a great time to [...]

Read the full article →

36 Great WordPress Plugins Compatible With WordPress 2.7.1

March 26, 2009

Review of plugins to improve your self-hosted wordpress experience. These are all tested with several themes on Wordpress 2.7.1 and have passed with flying colors.

Read the full article →

How to Be NoFollow Free

May 12, 2008

In writing the Death of NoFollow post, I came across a great post by Dixon Jones on how to go about removing the automatic nofollowing of comments in WordPress. Going noFollow free in the comments raises several issues, the chief of which is spam. That ugly thing where low-life types try to take advantage of [...]

Read the full article →

Photo Dropper Nofollowed Links

April 27, 2008

Further to my previous post, where I said I’d look into how to “nofollow” links from the WordPress Photo Dropper Plugin… Open the file wp-content/plugins/photo_dropper/flikr-js.php. Scroll down to the code that looks like: var licenceHTML = ‘<br /><small><a href=”‘+license_url[1]+’” title=”‘+license_url[0]+’” target=”_blank”><img src=”‘+wppd_dir+’images/cc.png” alt=”Creative Commons License” border=”0″ width=”16″ height=”16″ align=”absmiddle” /></a> <a href=”http://www.photodropper.com/photos/” target=”_blank”>photo</a> credit: <a [...]

Read the full article →

Photo Dropper – WordPress Plugin Review

April 27, 2008

I’m always on the lookout for plugins that will benefit my wordpress blogs. I noticed recently that I don’t have much color on this blog and wanted to spice it up. photo credit: ShadowKris I found Photo Dropper, which allows you to easily search for and add creative commons licensed photos. At the time of [...]

Read the full article →

Edit the ‘Link’ Button in WordPress

April 27, 2008

I’m sick of having to put rel=”nofollow” and target=”_blank” into every tag when I’m posting (I am currently using WordPress 2.5.1 on my own host). I thought “there’s gotta be an easier way”. There must be a way I can edit the “link” button to add those html attributes automatically… There is. This is how [...]

Read the full article →