How do you link to your category pages from your home page with out just linking to them with the whole url.
<?php wp_list_cats(); ?> PHP: or <?php wp_list_categories(); ?> PHP: Here's the WP page : http://codex.wordpress.org/Template_Tags/wp_list_categories
I don't understand what you're trying to do. If you're trying to display only certain categories, you can do that by using arguments - have a look at the WP codex link, it will tell you how to omit categories etc.