• Resolved worrypascanada

    (@worrypascanada)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter worrypascanada

    (@worrypascanada)

    A1 safety pin! Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page as Static article!’ is closed to new replies.