I need some help. I want to customize the homepage of my make money blog I would like to update this code. I want to view only "make money" category in the frontage of the blog. <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> Thanks