WordPress Gurus - Question

Discussion in 'WordPress' started by jiminy465, May 11, 2007.

  1. #1
    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
     
    jiminy465, May 11, 2007 IP
  2. sachin410

    sachin410 Illustrious Member

    Messages:
    6,422
    Likes Received:
    573
    Best Answers:
    0
    Trophy Points:
    410
    #2
    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):
     
    sachin410, May 11, 2007 IP