Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter angryjewcat

    (@angryjewcat)

    ok, post closed due to me being a moron, forgot to include the comments template :X

    Thread Starter angryjewcat

    (@angryjewcat)

    if anyone can help me get this straight i;d appreciate it, for some reason my comments box just refuses to show up. i think i’ve done something wrong with the conditional tags

    <?php if (is_category('top-rated-sites')) : ?>
    	<div id="topdating"><h1>TOP RATED SITES</h1></div>
    	<?php endif; ?>
    
    	<?php if (is_category('dating-sites')) : ?>
    	<div id="topdating"><h1>DATING SITES</h1></div>
    	<?php endif; ?>
    
    	<?php if (is_category('webcams')) : ?>
    	<div id="topdating"><h1>WEBCAMS</h1></div>
    	<?php endif; ?>
    
    	<?php if (is_page('2')) : ?>
    	<div id="topdating"><h1>WELCOME</h1></div>
    	<?php endif; ?>
    
    	<?php if (have_posts()) : ?>
    	<?php while (have_posts()) : the_post(); ?>
    
    	<div class="bluepostbar1"><h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1></div>
    	<div class="post">
    	<?php the_content('Full Story &raquo;'); ?>
            </div>
            <div class="post">
            <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
            </div>
    	<div class="bluepostbar">
    
            <?php if (is_category('')) : ?>
    	<img src="<?php bloginfo('template_directory'); ?>/images/arrow.jpg" alt="dating" style="margin-right:10px;" /><span class="readmore"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read Full Review Here</a></span>
            <?php endif; ?>
    
            <?php if (is_home('')) : ?>
    	<img src="<?php bloginfo('template_directory'); ?>/images/arrow.jpg" alt="dating" style="margin-right:10px;" /><span class="readmore"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read Full Review Here</a></span>
            <?php endif; ?>
    
            </div>
    	<div class="postspace"></div>
    
    	<?php endwhile; ?>
    	<?php else : ?>
    
    	<div class="bluepostbar"><h1>404 - Not Found</h1></div>
    	<div class="post">
    	The File Cannot Be Found. Please Try Again.
    	</div>
    	<div class="postspace"></div>
    
    	<?php endif; ?>
Viewing 2 replies - 1 through 2 (of 2 total)