需要修改earch.php

时间:2015-02-24 作者:Waseem Khan

我安装了tablepress并创建了一些表作为数据库。我创建了一个名为DEMO的新页面。表名也是DEMO。我在该页面上插入了表格,因为它显示了相关信息。

问题是,在头版,我集成了搜索框。当我们将页面nsme演示放入搜索框并点击搜索时,它会将结果显示为帖子或类似帖子。我希望它使用准确的页面ID只完整显示该页面。

请帮忙,这是搜索结果。php

<div id="primary" class="content-area">
    <div id="content" class="site-content" role="main">

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

        <header class="page-header">
            <h1 class="page-title"><?php printf( __( \'Search Results for: %s\', \'twentythirteen\' ), get_search_query() ); ?></h1>
        </header>

        <?php /* The loop */ ?>
        <?php while ( have_posts() ) : the_post(); ?>
            <?php get_template_part( \'content\', get_post_format() ); ?>
        <?php endwhile; ?>

        <?php twentythirteen_paging_nav(); ?>

    <?php else : ?>
        <?php get_template_part( \'content\', \'none\' ); ?>
    <?php endif; ?>

    </div><!-- #content -->
</div><!-- #primary -->

1 个回复
最合适的回答,由SO网友:john23klipp 整理而成

您如何知道返回的页面/帖子是用户正在查找的页面/帖子?无论如何,请看一下内容搜索。php(主题二一五)。如果将“the\\u摘录”替换为“the\\u content”,它将显示整个页面。

结束

相关推荐

Cannot see theme in my search

我刚刚在自己的Wordpress上安装了一个新的Wordpress。com Web空间。我想安装\'Hemingway Rewritten\' 主题,但我的Wordpress中的搜索引擎似乎没有列出此主题。相反,搜索“海明威”会返回一个类似主题的旧版本,名为“海明威”Hemingway\'.为什么我看不到主题的更新版本?今天早上我安装了Wordpress作为一个新的安装,所以我看不出为什么我会收到一个过时版本的Wordpress架构(我使用的是4.0)。