Hey daitarn3,
Thanks for the additional information.
Okay, here’s how you do it:
1. Add the appropriate code to the page. If you’re using the WordPress editor, you’d drop in something like:
<div class="column column-1">
[ic_add_posts category='testcat' showposts='1']
</div>
<div class="column column-2">
[ic_add_posts category='testcat2' showposts='1']
</div>
<div class="column column-3">
[ic_add_posts category='testcat3' showposts='1']
</div>
Note: you can use multiple loops on the page. What I’ve done in this example is wrap each shortcode in a div with a common class, and a unique class for styling purposes.
After you do this, it’s all a matter of styles. You’ll probably want to give .column
a width, and possibly float. You may even choose to wrap all three columns in a wrapper, for floats & clearing purposes.
Providing the exact CSS you’ll need for your site is beyond the scope of our support, but give it a try and let me know if you get stuck and I’m happy to give some pointers.
Cheers,
Eric