Site icon Hip-Hop Website Design and Development

Weblog Title not exhibiting up on predominant Weblog web page

I can not get the principle weblog web page with the present weblog to point out the present weblog title. It exhibits on all different pages, simply not the present/most up-to-date weblog. Any assist might be enormously appreciated. Thanks.

<div id="web page">

    <div id="contentleft">

        <?php if ( $paged < 2 ) { // Do stuff particular to first web page?>

        <?php $my_query = new WP_Query('category_name=featured&showposts=1');
        whereas ($my_query->have_posts()) : $my_query->the_post();
         $do_not_duplicate = $post->ID;?>

        <div class="featurepost" id="post-<?php the_ID(); ?>">

            <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Everlasting Hyperlink to <?php the_title(); ?>"><?php the_title(); ?>"><?php the_title(); ?>"><?php the_title(); ?></a></h2>

            <p class="postinfo">By <?php the_author_posts_link(); ?> on <?php the_time('M j, Y') ?> in <?php the_category(', ') ?> | <?php comments_popup_link('0 Feedback', '1 Remark', '% Feedback'); ?><?php edit_post_link('Edit', ' | ', ''); ?></p>

            <div class="entry">
                    <?php the_content('Learn the remaining'); ?>
                </div>

        </div>

    <?php endwhile; ?>