The Loop and Multi Column
Refer 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; ?>
'; else echo '
'; ?>
';?>
Not Found
Sorry, but you are looking for something that isn't here.
Live View – Test Run



































There seems to be an error on this post, but I would be interested to hear your thoughts on a multi-column layout like the theme mentioned above.
WOW !!!!
its very useful , sure i’ll use it !!
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.
Cool site. Thanks!!!