I want to build a niche blog. However, I am wanting a Static page with links to the specific blog posts. Is this possible with WordPress? Can I make a static page as the home page, and have my different blog posts linked in category menus? Assistance please. I am not familiar with WordPress
Yes it is possible. Once you install the blog and decide the theme...edit the index.php in whatever manner you want. Keep these elements intact so that your sidebar, header and footer remain: <?php get_header(); ?> Code (markup): <?php get_sidebar(); ?> Code (markup): <?php get_footer(); ?> Code (markup):