How to make multiple Column in archive Page?
You can use WP_Query to create multiple loops in your archive template file. Each loop could pull posts from a different category if you want, just set the category parameters. In the codex there’s a whole section on multiple loops too.