Forums

[resolved] Home Page as Static article! (3 posts)

  1. worrypascanada
    Member
    Posted 5 years ago #

    Hello,

    How to setup my home page as a static article, for which I could change as often as needed? Right now, my WP 2.1.1 only permits pages as Static Home Page.

    Thanks for your reply.

  2. cbunting
    Member
    Posted 5 years ago #

    A quick hack for this is to open up your template header file.. You'll see code that looks like

    <a href="<?php echo get_settings('home'); ?>/">home</a>

    Just remove the home from the link code..

    EG:

    <a href="<?php echo get_settings('home'); ?>/"></a>

    Now, create a new static page called home, go to the options / misc and set Front Page to Static and choose home from the dropdown.

  3. worrypascanada
    Member
    Posted 5 years ago #

    A1 safety pin! Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags