// archives

Wordpress

This category contains 9 posts

Complete Stats v0.1 Released

I’ve decided to release a pre-full version of my stats plugin, so I can get some feedback from people who use it and etc.
You can find more information about the plugin over here.
Basically, with feedback from this, I’ll make v0.5, and then probably a full proper release when I feel that the plugin is fully [...]

Another Plugin?!?

Well, it’s in progress. At the advice of some friends on BlogPremiere and on MSN, I’m going to make a complete stats widget, which you can add to your theme through the widgets manager, and will show Alexa (done already), PR (in progress), backlinks (if I can get Yahoo to play) and some other important [...]

Showing Your Akismet Spam Count As Plain Text v1

I previously wrote about Showing Your Akismet Count as Plain Text, well now I’ve written a plugin that does just that. It’s very simple, with only one query, and it outputs a text response like this:
Akismet has protected my blog from 468 spam comments. Nice try!
It’s very simple to use, you simply upload, activate, and [...]

UK Wordcamp

Found this on Tony Scott’s blog, it’s the (i think) official logo for the UK Wordcamp, which is going to be great :D I’m hoping to be there, too ;D

Permalinks on Wordpress

If you’re serious about blogging with Wordpress, Permalinks are important. They change your blog sub-urls from how it’s shipped (something likeĀ ?p=3 ) to much prettier stuff, the format of which, you choose. Wordpress themselves wrote about it here, but some people feel it’s not simple enough. You must have an apache webserver for this to [...]

Showing Your Akismet Count as Plain Text

Akismet is one of the greatest aids to blogging spam free, ever.
However, showing the spam caught count using the widget uses a blue box with a white background, which, let’s face it, doesn’t fit in with every theme.
As a result, I went scouting through the code, and found that the following can be used to [...]

Hm, WP Super-Cache, eh?

“Help Your Server Survive a Good Digg-ing”
Found here; super cache is a static caching (no suprises there) plugin, that creates static html files, which are accessed or viewed by your visitors, rather than the server generating them each time.
It’s a great idea, and although I’ve never had a chance to test it, it sounds like [...]