无法正确显示博客页面

时间:2011-05-09 作者:talkingD0G

我有一个全新的问题,无法解决,所以我希望有人能帮助我。

该网站是http://www.talkingdogtemplates.com. 这是一个主要使用WordPress作为CMS的大型网站,我将博客页面设置为http://www.talkingdogtemplates.com/blog.html. 我正在使用。网页上的html插件来获得扩展,我过去从未遇到过这个问题,有50多个WordPress CMS/博客。(甚至不确定这是原因,可能不是)

所以问题是,这篇文章确实显示在博客页面上,但标题中的链接没有链接,并且没有显示作者和日期信息。就像每次我编辑索引一样。php文档并重新加载它,它只是被忽略了。真奇怪。

这是索引的主要部分。php文档:

<div id="main_content">

    <?php if (have_posts()) : ?>

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

            <div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__(\'Permanent Link to %s\', \'\'), the_title_attribute(\'echo=0\')); ?>"><?php the_title(); ?></a></h2>
                <small><?php the_time(__(\'F jS, Y\', \'\')) ?> by <?php the_author() ?></small>

                <div class="entry">
                    <?php the_content(__(\'Read the rest of this entry &raquo;\', \'\')); ?>
                </div>

                <p class="postmetadata"><?php the_tags(__(\'Tags:\', \'\') . \' \', \', \', \'<br />\'); ?> <?php printf(__(\'Posted in %s\', \'\'), get_the_category_list(\', \')); ?> | <?php edit_post_link(__(\'Edit\', \'\'), \'\', \' | \'); ?>  <?php comments_popup_link(__(\'No Comments &#187;\', \'\'), __(\'1 Comment &#187;\', \'\'), __(\'% Comments &#187;\', \'\'), \'\', __(\'Comments Closed\', \'\') ); ?></p>
            </div>

        <?php endwhile; ?>
我真的希望有人能帮助我。我已经尝试了我能想到的一切,所以我希望一双新的眼睛可以轻松解决这个问题。如果你需要更多信息,请告诉我。提前非常感谢!

1 个回复
SO网友:Shelly

你确定这是它所引入内容的代码吗?因为您显示的代码表示标题应该是带有链接的h2标记,但如果您验证源代码,则标题是没有链接的h1标记。

我要做的是首先检查模板-在模板文件中的get\\u header()调用之前键入模板文件名,然后查看实际拉入的模板-因为我认为它拉入的模板不是您认为的模板。

结束

相关推荐

curl problem or permalinks

我刚刚配置了我的VPS,我使用的是Centos,一切都很好,但如果我将永久链接设置为自定义结构,然后接受主页,没有帖子出现,它会显示404页,我想这是因为我没有启用curl,但我不知道我的php在哪里。我的centos中的ini文件?好的,我的卷曲被启用了,我检查过了phpinfo(); 这里是URLhttp://74.117.158.182/info.php但如果我在我的wordpress中设置了永久链接,那么接受主页,所有都会给我404页,你可以在这个URL上查看http://mbas.co.in如果