Thread Starter
zigzam
(@zigzam)
My single file looks like:
<?php get_header(); ?>
<div id=”container”>
<?php include (TEMPLATEPATH . ‘/theloop.php’); ?>
<?php get_sidebar(); ?>
</div><!– Container //–>
<?php get_footer(); ?>
No matter where I place the code it doesn’t go directly below the post and above the comments. I don’t need a fancy adsense management system.