gpt4 book ai didi

html - 在网格中显示 wordpress 帖子 - 并排 div

转载 作者:行者123 更新时间:2023-11-28 06:47:40 26 4
gpt4 key购买 nike

我尝试使用下面的代码并排显示网格中的帖子。但是,如图所示,div 出现损坏。

enter image description here

<?php

$args = array( 'posts_per_page' => 15, 'offset'=> 1, 'category' => '' );

$myposts = get_posts( $args );
foreach ( $myposts as $post ) : setup_postdata( $post ); ?>
<div class="container" style="width:960px;margin :opx auo;">

<div class="colk" style="width:200px;height:150px;border-style:dotted;border-width:thin;display:inline-block;
float:left;clear:top;margin: 5px 20px 15px 0px;margin:10px;margin-top:0px;clear:top;" >

<a href="<?php the_permalink(); ?>"> <?php the_title(); echo '<br>' ?> </a>


</div>
</div>
<?php echo '<br>'; ?>
<?php endforeach; ?>


<?php
wp_reset_postdata(); ?>

如何显示内嵌的 div?

最佳答案

    <?php

$args = array( 'posts_per_page' => 15, 'offset'=> 1, 'category' => '' );

$myposts = get_posts( $args );?>
<div class="container" style="width:960px;margin :0 auto;">
<?php foreach ( $myposts as $post ) : setup_postdata( $post ); ?>


<div class="colk" style="width:200px;height:150px;border-tyle:dotted;border-width:thin;display:inline-block;float:left;clear:top;margin: 5px 20px 15px 0px;margin:10px;margin-top:0px;clear:top;" >

<a href="<?php the_permalink(); ?>"> <?php the_title();?> </a>


</div>


<?php endforeach; ?>
</div>

关于html - 在网格中显示 wordpress 帖子 - 并排 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33951866/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com