Need Help to identyfy problem

<?php get_header(); ?>
<div class="padder">
    <div class="breadcrumbs">
        <?php adsTmpl::breadcrumbs() ?>
    </div>
    <div class="simple content">
        <?php if( have_posts() ) : while( have_posts() ) : the_post() ?>
            **<h1><?php the_title() ?></h1>**
            <?php the_content() ?>
        <?php endwhile; endif; ?>
    </div>
</div>
<?php get_footer(); ?>

Above is the script of my website’s static Homepage.

I need help identifying problems with this script. I want H1 tag should be from my Site Title(Dynamic).
Having the above script, I am not getting results for H1 tag on my Source code.
Is there any mistake…? or something else?
Can someone help me to fix this problem?

Gadjetree

Are you using some kind of template system?

Sponsor our Newsletter | Privacy Policy | Terms of Service