One problem with changing blog software is the fact that URLs change. I’ve provided a redirection rule here so you don’t need to change the settings in your aggregator. Take a look at the feed now if you like! RewriteRule ^b2rss2.php(.*)? /wordpress/wp-inst/wp-feed.php?feed=rss2 [QSA]
WordPress on linux.ie – coming soon!
Coming soon to a browser near you: WordPress on linux.ie! I’ve moved over a number of weblogs already and I’m fixing up the last few bugs. The move over will happen on or near the 14th of September and I’ll update here with news and information as things progress.
I want AutoBR back!
WordPress doesn’t support autobr. I want to turn it off for my “Pic Of The Day” posts as the Javascript used gets confused by <br>. I should have written a Smarty modifier to display those pictures in the first place, but now I’ll probably delve into WordPress plugins and hook […]
Why I'm not switching to WordPress
Neil has quite a few reasons for sticking with MT, which he outlines in his essay here. Hopefully my integration of Smarty will put to bed some of those reasons but inertia is the first reason he has for not moving and I guess he never will, no matter what […]
What's in a Name?
I’m looking for a name for my WordPress+Smarty+multiblog hack. On IRC earlier, Liam thought up “Warty” which, while getting in “arty” from Smarty and the W from WordPress is slightly inappropriate. Kae suggested, “SmartPress” which I like. What do you think? .. Says Donncha the lad with no imagination ..
Smarty Plugins Working in WP!
Yay! I got the “relatedstories” plugin working! The hardest bit was converting to use $wpdb instead of the PHP MySQL interface. I love that I could call get_permalink in post.html to figure out the story link: {relatedstories} {if $relatedstories} <b>Related Stories</b> ({$relatedstoriesWords}) <ul> {foreach from=$relatedstories key=key item=story} <li> <a href=”{get_permalink […]
WordPress, Smarty and Multi-Blogs
My Smarty powered and mult-blog capable version of WordPress is now running on this site. It’s not perfect at all, but I have a simple script that exports the current blogs here to the WP table format. This blog content lives there already! I really need to get Smarty caching […]
WordPress Multi Blogs
Lots of ideas flying around the web: 1, 2, 3 by Matt, 4, 5, 6 I like the thin layer approach advocated by Ruben the best. I spent the last 2 nights attempting to coax WP into inserting a %wpblog% variable into the URL but it’s too intrusive and it’ll […]
Most Recent Posts
Here’s a new plugin for you all here to play with! {lastposts} return the most recent posts on your blog! It has one parameter, posts, which is an integer between 1 and 20 to return that number of posts. Example: {lastposts posts=’20’} {if $lastposts != ”} <br /><b>Most Recent Posts</b><br […]
Smarty and WP, again
Last week I revived my interest in integrating WordPress and Smarty again. I tested the latest release and I’m very impressed by the wealth of options and configurability! I want to use it myself! To that end I need to get Smarty in there. I wrote a script that fetches […]