Hi, is it possible to show the category blurbs in 2 columns from left to right? Joomla allows you to specify a number of leading stories and then the remaining stories show up in as many columns as you indicate.
I would love to see my wordpress category page laid out with blog blurbs listed chronologically left to right and stacked, in 2 columns. They would then be clickable to their full page, 1 column layout for the rest of the blog/article.
You can do this, unfortunately WordPress doesn't offer the same display options that Joomla does - it's the WP core that is lacking this feature. It has to be coded into the category loop, which we do in our blog layout.
What I can recommend is to copy the blog.php code into the category.php file and work with it from there. It will never be as easy as it is in Joomla because WordPress doesn't have that feature.
The difficult we do immediately, the impossible takes a little longer.