This just isn’t working for me. Either the loop code on those pages is faulty, or I dunno what.
This: <?php get_header(); ?>
causes: Fatal error: Call to undefined function: get_header() in /home/bang/public_html/blog/index2.php on line 19
I don’t want a header or to use a “theme” really, but do I have to use a modified theme in order to specify style? Are themes the only way it knows to read and apply css? And if that’s so, is there a guide to editing a theme’s style sheet, because just poking around on it doesn’t really get me anywhere.