Tag archive for "wordpress"

Move WordPress Comments

This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to move comments to a different page and to fix comment threading. This plugin is not designed for mass-moving of comments, rather for moving single comments from time ... more

Moving WordPress comments

Edit: I wrote a plugin to make this easier, see the move WordPress comments plugin page. Do you sometimes get comments that should be on a different post or page on your WordPress blog? I get such posts from time to time and always wondered how to move them to ... more

WordPress Fireworks Plugin

This plugin shows fireworks on your WordPress blog. I think it's pretty stable by now, although the images still aren't that nice. If you're a designer and you like this plugin, feel free to submit nicer explosions or rockets. You should be able to see the fireworks on this page. ... more

Different titles for WordPress blog page and static front page

I was a little surprised when I realized that wp_title() doesn't return the page title for a static WordPress front page or the blog page. I don't like that, because I want at least the blog page to have a label. Something like... blog :-D or maybe news. So I ... more

WordPress 2.7 and the comment pager

Comment paging is a great new feature in WordPress 2.7. However, how do you not display the pager when there are no previous or next comments? After digging through the code for quite a while and chatting with some people here's a solution: <?php if ( have_comments() ) { ?> ... more

A Better Tag Cloud

A Better Tag Cloud I was pretty annoyed with the default tag cloud widget. It does a lot of things wrong, like inconsistent HTML markup and hardcoded font sizes. So I wanted to write my own. Digging through the code I found out that the wordpress wp_tag_cloud() function is pretty powerful. In fact, it ... more

Ozh admin menu and WordPress 2.7

Update: I can not recommend the usage of this plugin any more. I was anxious to finally try out the wordpress 2.7 beta. As a happy user of Ozh's admin drop down menu I had to realize that the menus were completely gone in the backend. I was a little ... more

Snow, Balloons And More

Snowflakes falling down your blog! Inspired by the unforgettable xsnow. Install this and enjoy the snowfall! Great for times around christmas and christmas templates. The plugin comes with different snowflakes and a lot of possible settings. You should see the effect on this page. Since version 0.8.0 the plugin includes ... more

Theme Switch and Preview Plugin

Theme Switch and Preview Plugin With this plugin you can switch to a totally different blog theme when you are logged in to your WordPress dashboard. It's great for theme development as you can tweak the templates online without breaking stuff for visitors. You can also use it for presentations, to show off various templates. ... more

Different CSS style for logged in WordPress users

Update: I wrote a theme switch plugin that changes the template for logged in users. It's available here. I like to tweak my wordpress theme. And I'm far too lazy to set up a second blog just for development. So I'm looking for a solution to work on my template ... more