Hi all!
I am trying to include a PHP (or cgi, doesn't matter) script output into a get_archives() tag instead 'before' parameter
for example:
<?php get_archives('postbypost','10','html','','<?php include('file.php'); ?>',''); ?>
but i can't...
how to do that?