18 Jun, 2004
Posted by: Jennifer In: WordPress
A HUGE HUGE thank you to Carthik who made a fix to the current import-mt for me because of some issues I had when I imported my MT entries. (I've since deleted all the imported entries – and used his new version to re-import them and now everything is beautiful again!) 😀 The only drawback […]
I'm not a big fan of the "curly" quotes. WordPress does them automatically – but this can really mess you up if you're copying and pasting code from a post. So I've turned them off… As seen on this thread on the WP support forum – I've commented out all the lines at the end […]
WordPress now has a bug tracker! [found via nuclear moose]
Since Alex released his js quick tags – it seemed like the perfect thing to add to the comments form so that people could put in the html tags more easily. However, while his script is really powerful – just for the comments form, it's more than what's needed. So I stripped it down to […]
07 Jun, 2004
Posted by: Jennifer In: WordPress
A few problems I have with the built in blacklist in wordpress is that 1) it's not alphabetized, and 2) it allows duplicates, 3) as well as spaces next to each listing. I wrote a little script that will clean up the list – which you can load directly in a browser (change extension to […]
Looks like this plugin will scan your post for URLs and automatically turn them into a clickable link when displayed on your site (so you don't have to start typing a href = " blah blah)… It will automatically convert email addresses to mailto links as well. Kitten's Link Clicker
In the interest of making things simpler – I created a special version of the wp comments page that you can just upload and be done with it. So: 1) you need the show/hide more plugin installed. (if it isn't already) 2) Download this file, save it as "wp-dropdown-comments.php" into your wordpress install directory. 3) […]
There may be another way to do this, but I wanted to show the excerpt, but only if I had actually typed something in. Just doing the following, will show part of the post if there's no excerpt (maybe I was doing it wrong?): <?php the_excerpt(); ?> In any case, I use the "excerpt" field […]
Comments Off on Optionally show excerpt
One of the things I wanted to do was be able to highlight certain posts that were particularly important. Probably not useful on all types of blogs – but on this one, where some comments with links, or suggestions, or alternate methods of doing something, may go unnoticed in a busy, highly commented post, I […]
PLEASE NOTE: Development of this plugin has (for some time now) been taken over by Mark – you can download the latest version from his site here This plugin will allow your readers to get email notifications when comments are left on a post after their own. The install is very simple and does not […]