将类别视图添加到页面

时间:2017-01-04 作者:ts123

我的类别设置为使用以下代码(category.php)显示为网格:

get_header(); ?>
<div id="content" class="site-content inner">
    <div id="primary" class="content-area">
        <main id="main" class="site-main" role="main">


                    <!-- START OF THE FLEX CONTAINER, THE UNORDERED LIST -->
            <ul class="grid-wrap">


                <!-- WP LOOP STARTS HERE -->
                <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

                    <!-- LIST ITEM FOR EACH POST -->
                    <li class="grid-item">

                        <!-- FEATURED IMAGE FOR THE POST -->
                        <p>
                            <?php if ( has_post_thumbnail() ) : ?>
                                            <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( \'small\' ); ?></a>
                            <?php endif; ?>
                        </p>

                        <!-- POST TITLE -->
                        <h2 class="title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>




                        <?php endwhile; ?>
                        <?php endif; ?>

                    <!-- END OF THE LIST ITEM -->
                    </li>

                <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>></div>

            <!-- END OF THE FLEX CONTAINER -->
            </ul>

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

<?php
get_sidebar();
get_footer();
按类别过滤时,这很好。我还希望在一些介绍文本后显示相同类别的页面,即:

(标题)

此处输入一些文本

立柱网格显示(页脚)

这些页面将从我的标题栏链接,无法通过筛选访问。我已经为每个页面创建了一个模板,但如何编辑类别循环系统,使其在页面上而不是在类别的页面上只显示一个类别?(如果有道理的话)。

我对php和wp循环完全是个新手,正在努力解决这个问题。谢谢

1 个回复
SO网友:ts123

Sorted it...

get_header(); ?>
<div id="content" class="site-content inner">
    <div id="primary" class="content-area">
        <main id="main" class="site-main" role="main">

            <p class="sixhundred">Intro.</p>

                    <!-- START OF THE FLEX CONTAINER, THE UNORDERED LIST -->
            <ul class="grid-wrap">


                <!-- WP LOOP STARTS HERE -->
                <?php if ( have_posts() ) :

                query_posts( "category_name=basic-skills" );

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

                    <!-- LIST ITEM FOR EACH POST -->
                    <li class="grid-item">

                        <!-- FEATURED IMAGE FOR THE POST -->
                        <p>
                            <?php if ( has_post_thumbnail() ) : ?>
                                            <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( \'small\' ); ?></a>
                            <?php endif; ?>
                        </p>

                        <!-- POST TITLE -->
                        <h2 class="title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>




                        <?php endwhile; ?>
                        <?php endif; ?>

                    <!-- END OF THE LIST ITEM -->
                    </li>

                <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>></div>

            <!-- END OF THE FLEX CONTAINER -->
            </ul>

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

<?php
get_sidebar();
get_footer();

相关推荐

使用wp_Dropdown_Categories($args)的输出

请温柔点,我对所有这些编码都是新手!我终于找到了如何获得前端下拉字段,允许我从EDD类别中进行选择(我从Codex中获得):<div class=\"gallery-row\"> <li id=\"categories\"> <h2><?php _e( \'Categories:\' ); ?></h2> <form id=\"category-select\" class=\"category-