博客标题未显示在博客主页上

时间:2013-05-08 作者:Natalie Olson

我无法获取当前博客的主博客页面以显示当前博客标题。它显示在所有其他页面上,只是不显示当前/最近的博客。任何帮助都将不胜感激。非常感谢。

<div id="page">

    <div id="contentleft">

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

        <?php $my_query = new WP_Query(\'category_name=featured&showposts=1\');
        while ($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="Permanent Link 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 Comments\', \'1 Comment\', \'% Comments\'); ?><?php edit_post_link(\'Edit\', \' | \', \'\'); ?></p>

            <div class="entry">
                    <?php the_content(\'Read the rest\'); ?>
                </div>

        </div>

    <?php endwhile; ?>

1 个回复
SO网友:vancoder

我相信第一页是你的索引。php,我猜该文件中的代码与单个文件中的代码不同。php,这是第2页以后使用的文件。

结束

相关推荐

十二压延机小工具<a title="">post titles</a>制造骚乱

在我修改过的二十一主题中,当我悬停在日历小部件的日期上时,有一个类似气球的首字母缩略词,显示该日期的帖子标题。事实上,这是一个锚定标题:<td> <a href=\"http://www.example.com/2013/01/23/\" title=\"post title 1<br/>post title 2<br/>\">23</a> </td> 所以当我徘徊在第23天时,它就像一个缩略词:&#x