現在、すべての投稿が 1 つの列に表示されています。
1
2
3
...
私は似たようなことを達成したいと思います:
1
23
4
56
...
誰も私がこれを行う方法について何か考えがありますか? 出来ますか?事前にどうもありがとう:)
今私は持っています:
<?php if( $wp_query->current_post <= 0 ) : ?>
code for the first one column post
<?php else : ?>
the rest of the posts styled in columns
<?php endif; ?>