nah, i haven’t heard of that and i didn’t leave any code on another post and got help just fine.
i guess it all depends on who’s doing the assisting. i mean, if i don’t know what part of the code i need to place where, what the hell am i supposed to post?
so here’s what i’ll do. i’ll just post all of the single.php code…
here:
<?php get_header(); ?>
<div id=”main”>
<div id=”contentwrapper”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”topPost”>
<h2 class=”topTitle”>“><?php the_title(); ?></h2>
<p class=”topMeta”>by <?php the_author_posts_link(); ?> on <?php the_time(‘M.d, Y’) ?>, under <?php the_category(‘, ‘); ?></p>
<div class=”topContent”><?php the_content(‘(continue reading…)’); ?>&type=Article&title=<?php the_title(); ?>’; })();” title=”submit to globalgrind”><img src=”https://globalgrind.com/images/badges/gg_badge14.gif” width=”0″ height=”0″ border=”0″ alt=”Add to GlobalGrind!” /></div>
<span class=”topTags”><?php the_tags(‘:‘, ‘, ‘, ”); ?></span>
<div class=”cleared”></div>
</div> <!– Closes topPost –>
<div id=”numberofcomments”><?php comments_number(‘No comments for this entry yet…’, ‘1 comment for this entry:’, ‘% comments for this entry:’ );?></div>
<div id=”comment”>
<?php comments_template(); ?>
</div> <!– Closes Comment –>
<?php endwhile; ?>
<?php else : ?>
<div class=”topPost”>
<h2 class=”topTitle”>“>Not Found</h2>
<div class=”topContent”><p>Sorry, but you are looking for something that isn’t here. You can search again by using this form…</p></div>
</div> <!– Closes topPost –>
<?php endif; ?>
</div> <!– Closes contentwrapper–>
<?php get_sidebar(); ?>
<div class=”cleared”></div>
</div><!– Closes Main –>
<?php get_footer(); ?>
thanks in advance!