私のウェブサイトはキャリアトラッカーです
wordpressをカラムワイズ2カラムのようにデザインしたい
このような
post1 post2
post3 post4
post5 post6
これを作成する方法はありますか...ワードプレスで??
簡単な方法を知っている
query_posts('category_name=Bank Jobs&showposts=10');
while (have_posts()) : the_post();
{
}
しかし、結果を2列に表示したい。