The Loop and Multi Column
Written by Jai on August 25, 2007 – 6:17 am - 6,081 viewsRefer to Wordpress Codex - The Loop. How to create layout like my current theme? Ok lets we start using Default Wordpress Theme (Kubrick).
Q - Which files should we edit?
A - only index.php file.
Open your index.php and look at
<!--text here-->
<!--text here-->
<!--text here-->
Change it to be
have_posts()) : $firstpostquery->the_post(); $firstpost = $post->ID; ?> <!--text here--> ID)) : ?>‘; else echo ‘
‘; ?> ‘;?>
Full code
have_posts()) : $firstpostquery->the_post(); $firstpost = $post->ID; ?>
14 Responses to “The Loop and Multi Column”
1 Trackback(s)
- Sep 25, 2007 : All Rss Feed » Blog Archive » The Loop and Multi Column












on Aug 25, 2007
wow. thanks for the full code!
this makes your site looks more professional
i was using safari just now. the demo pages does not work. the text is no visible. only entry title. maybe because of the safari(window) bug. but your site works great pulak. haha
thank you
on Aug 26, 2007
flisterz @ thanks. ermm may i know your safari version? i tested on my safari (win) v3.0.2 and it look ok maa. browser lain ok kan?
on Aug 26, 2007
oh i guess its my fault. it must be the old version *:)
sorry. haha
on Aug 26, 2007
magazine style! ;p nnt aku mahu cuba bikin…
on Aug 27, 2007
nice work, but how can i fix it on Blog Oh Blog theme ?
thank you
on Aug 27, 2007
I’m wondering the same as Mayed as I am also using the blog oh blog theme.
on Aug 28, 2007
Hey, I was wondering the same. I would like to organize my blog like yours. I use the same theme, I just get confused on how to make the code above work for your theme. Please help or provide the code if you dont mind… thanks dude or dudette
on Aug 28, 2007
Mayed,Josh,Rell @ How? I’ll release my current theme next week. couple things need to update, of course all sidebar will be drag n drop. Kool!
on Aug 30, 2007
Cool. I Can’t wait for the next version of BOB
on Sep 14, 2007
Have there been any reports of this not rendering properly in the Safari browser
on Sep 16, 2007
Cool site. Thanks!!!
on Feb 21, 2008
I want to see on the index-site the newest post only. But the newest post is on page 2 on the top too. Where i can change this? Thank you for your help.
on Aug 11, 2008
WOW !!!!
its very useful , sure i’ll use it !!