php Varios循环en una pagina

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Varios循环en una pagina相关的知识,希望对你有一定的参考价值。

<section class="archive">
    <h2><a href="<?php echo get_post_type_archive_link( 'Animals' ); ?>">Our favourite animals</a></h2>
    <ul class="updates">
        <?php $query = new WP_Query( array(
            'post_type' => 'post',
				    'category_name' => 'categoria-1',
            'posts_per_page' => 2
        ) );
        while ( $query->have_posts() ) : $query->the_post(); ?>
        
        <li class="home in-depth"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
        
        <?php endwhile; ?>
    </ul>
</section>

<section class="archive">
    <h2><a href="<?php echo get_post_type_archive_link( 'Animals' ); ?>">Our favourite animals</a></h2>
    <ul class="updates">
        <?php $query = new WP_Query( array(
            'post_type' => 'partidos',
            'posts_per_page' => 8
        ) );
        while ( $query->have_posts() ) : $query->the_post(); ?>
        
        <li class="home in-depth"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
        
        <?php endwhile; ?>
    </ul>
</section>


<!-- No lo probe pero deberia mostrar del segundo post en adelante -->

<section class="archive">
    <h2><a href="<?php echo get_post_type_archive_link( 'Animals' ); ?>">Our favourite animals</a></h2>
    <ul class="updates">
        <?php $query = new WP_Query( array(
            'post_type' => 'post',
				    'category_name' => 'categoria-1',
				    'offset' => 2
            'posts_per_page' => 2
        ) );
        while ( $query->have_posts() ) : $query->the_post(); ?>
        
        <li class="home in-depth"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
        
        <?php endwhile; ?>
    </ul>
</section>

以上是关于php Varios循环en una pagina的主要内容,如果未能解决你的问题,请参考以下文章

php 在una pagina archivio的recupera l'id della tassonomia corrente

html 标签库每个una pagina html

HTML/CSS creando varios循环en varias columnas

Python-Stampa i链接di una pagina HTML

text editar una pagina sin saber como acceder qweb,salud,navarra,webex

text Hacer que una pagina sea visible publicamente URL accesible modsnuevomódulododulosweb dire