2 yabba May 11, 2006 13:16You'd need to hack admin/b2blogs.php, find this bit of code and add what you need to $page :- <?php $page = ob_get_contents(); ob_end_clean(); unset( $generating_static ); ?> example :- <?php $content_to_add = '<?php echo \'hello world\'; ?>'; $page = $content_to_add.ob_get_contents(); ?> You'll also need to goto admin > blogs > <blogname> > advanced and change the static filename to be a php page. ¥
You'd need to hack admin/b2blogs.php, find this bit of code and add what you need to $page :-
example :-
You'll also need to goto admin > blogs > <blogname> > advanced and change the static filename to be a php page.
¥