I put that list of recently updated posts in the sidebar – but wanted to make sure these got noticed since they're more important. In some cases the changes were only minor – but in others the changes were much bigger. Either way, if you use these scripts, get the latest version: Today in weeks/months/years […]
23 Jun, 2004
Posted by: Jennifer In: Bookmarks
For sometime now, I've been saying a better way to have comment moderation would be allow comments from "regular visitors" come through right away, and everything else get moderated. This way – it takes the burden of moderating ALL comments off the blog author, and takes away any kind of "hoop jumping" your would-be commenters […]
I've been going back in and modifying some existing posts – and I thought it would be useful to see a list of posts that were recently edited. This function would go in your my-hacks.php file. I created it quickly for my own uses – wanted to keep it here for "code storage" – but […]
Monty asked about comment highlighting based on author. Even though this isn't a plugin, I thought this could work similar to the way I was doing comment highlighting
This function will list all posts, and group them by day. If you want to use it – add it to your my-hacks.php file. (See more information on how to use my-hacks.php here – link via Carthik) Again – I made this function specifically for a personal use – so there's not a lot of […]
Some habits are hard to break. In the MT world – comments and trackbacks are different animals. Maybe just because I'm used to it that way – but that's the way I prefer it. A trackback/pingback isn't a complete thought. Comments (usually) are. When reading the comments section, I find it disrupting to see a […]
The idea of this plugin was to create a version of this for WordPress. I am aware that there is another similar script – but I didn't want the actual posts pulled in – just the link to go see the posts for that day in the past. As well – I wanted to use […]
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 in the process of moving a few other blogs over to use WP – one of which makes calls to a seperate database unrelated to WP. This proved to cause a conflict. After many hours of trying to figure out where the specific conflict was – I narrowed it down to my mysql_select_db line. […]
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 […]