scss WordPress - 主页博客

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss WordPress - 主页博客相关的知识,希望对你有一定的参考价值。

<div class="row alt-slice pb-xl latest-news latest-post">
    <div class="col-md-12 pb-xl">
        <h2>Latest News</h2>

        <?php query_posts('showposts=3&cat=7'); ?>
        <?php
 if ( have_posts() ) :
                  while ( have_posts() ) :
                      the_post();
        ?>
        <div class="col-md-4 news">
            <div class="latest-new-img">
                    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
                        <?php echo get_the_post_thumbnail(); ?>
                    </a>
                </div>
                <h3>
                    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
                        <?php the_title(); ?>
                    </a>
                </h3>
                <?php if ( !is_search() ) get_template_part( 'entry', 'meta' ); ?></strong></p>
                <?php the_excerpt(__('(more…)')); ?>
        </div>
        <?php
 endwhile;
              endif;
        ?>

        <div class="clearfix"></div>

        <a href="/blog/" class="btn btn-default center-block mt-xl">Visit Blog</a>

    </div>
</div>
    .latest-post {

        .latest-new-img {
            height: 250px;
            overflow: hidden;
        }

        img {
            height: auto;
            width: 100%;
        }

        h3 {
            text-transform: uppercase;
            color: $secondary-2 !important;
            font-size: 1em;
            font-weight: 600;

            a {
                color: $secondary-2 !important;
            }
        }
    }

以上是关于scss WordPress - 主页博客的主要内容,如果未能解决你的问题,请参考以下文章

在 Wordpress 博客之外查询 Wordpress 数据库以返回最新的博客链接,摘录

如何隐藏博客帖子表单主页

wordpress博客的post 标题

Wordpress 如何将页面链接到博客内容

# WordPress 除了主页意外事件的页面都提示Not Found的问题(Centos)

scss WordPress Gutenberg专栏SCSS样式