jump to navigation

November 26, 2006
UPDATED: bbPress integrated…

Posted by nitestrike in : UPDATE, Dev, Hacks, Blogging , add a comment

As I said in my previous post I have the picture gallery integrated sufficiently that it will works nicely. Now I’ve been working off and on with getting the theme to play nice with bbPress over the last couple of weeks. It keeps spitting back an error.

Fatal error: Call to undefined function: get_header() in /…/forums/my-templates/header.php on line 27

This is the line where it calls WordPress which I have set in the config file.

require_once(’/…/wp-blog-header.php’);
define(’WP_BB’, true);

This is how I have it setup in my bbPress test site, using the default theme for WordPress. But that is where I stand at the moment. I’ll make sure to keep you all updated.

August 18, 2006
Theme tweaking

Posted by nitestrike in : Site Changes, Dev, Hacks , add a comment

I really like the Regulus Theme by Ben over at Binary Moon. But as I was going through my own site(s) I noticed that the date only appears once for each day there is an entry.  The date is displayed after the title of the newest/last post of the day. I’m going to look through the code and see where that is written to the page and put it before and on a line above the tile of the newest/last post of the day.

UPDATE: Boy that didn’t take long, took longer to save the change. Cool, my first tweak for Wordpress.

UPDATE2: I have now updated the Regulus Theme on all the sites.