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.
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.
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.
A1 safety pin! Thanks.
This topic has been closed to new replies.