Please Help!
-
I am currently trying to fix whatever I did to my Archive. I changed something inside of the admin panel and I have no idea what I did, or how to fix it (I’m new to wordpress).
I want to list it all by month, and I have the admin control panel set up to archive monthly, and I have inserted –
<?php get_archives() ?>
My Problem is, that is is howing all my monthly archives like this –
2004
2004
2004
2004
5 2004
2003
2003
2003
2003
2003
2003
2003
2003
2003
2003
2003
5 2003
2002
2002
2002
I want it to show up like
May 2004
April 2004
March 2004
Febuary 2004
January 2004
December 2003
(excetera…)
I have posted this before, and the person who replied told me to put in the folling code:
<?php wp_get_archives(‘type=monthly’); ?>
When I use that I get the following error:
Fatal error: Call to undefined function: wp_get_archives() in /home2/earlyfro/public_html/index.php on line 95
Line 95 would be the code that I was given to fix my problem…
Thank you for taking the time to help me out…
my url is – http://www.early-frost.org
The topic ‘Please Help!’ is closed to new replies.