• My site single.php of office theme is not working.WHERE IS THE MISTAKE?Anyone please check it and give me solutions.Thanks a lot for your help.

    <?php get_header(); ?>

    <div id=”whitewrap”>

    <div class=”wrapper”>

    <div id=”location”>
    <p>/” title=”<?php bloginfo(‘name’); ?>”>Home / <?php the_category(‘ /’, ‘parents’ ); ?> / <?php the_title(”); ?></p>
    </div>

    <div id=”secondary”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div id=”postcontent”>

    <?php the_content(”); ?>
    </div>
    <?php endwhile; else: ?>
    <?php endif; ?>

    <div id=”postcomments”>
    <?php comments_template(); ?>
    </div>

    </div> <!– end secondary –>

    <?php get_sidebar(); ?>

    </div> <!– end wrapper –>

    </div> <!– end whitewrap –>

    <?php get_footer(); ?>

    DHIRAJ.

Viewing 1 replies (of 1 total)
  • could you please be more specific: what is not working?
    does it give any error messages?
    is it out of alignment?

Viewing 1 replies (of 1 total)
  • The topic ‘single.php is not working …’ is closed to new replies.