archives page not found
-
wp 1.5
I’m using SmartArchives…
When adding a “By Author” line with:
<?php wp_list_authors(
'show_fullname=1'
.'&feed=rss'
.'&optioncount=1'
); ?>
it returns:
Warning: Invalid argument supplied for foreach() in /###/###/public_html/wp-includes/template-functions-author.php on line 162
What could be the reasons for this?
I have tried replacing the “template-functions-author.php” file to no luck (and I haven’t altered it either) …
- The topic ‘archives page not found’ is closed to new replies.