• Hi,

    I have been using get_archive() for some time now but have recently chosen to move the function from the left menu to the right menu and it now stop displaying the month name, only the year.

    Details:
    I am using the a modified version of the journalised sand theme. If I call the following function from the leftcolumn.php:
    get_archives(‘monthly’,”,’html’,”,”,TRUE);
    I get a list like this:
    November 2005 (35)
    October 2005 (25)
    etc

    If I move this function to the rightcolumn.php file
    I now only get the following results:
    2005 (35)
    2005 (25)

    The month name has disapeared!!!
    I tried to call this function outside the <div class=”rightsideSection”)> same problem…

    It only seems to work from correctly if I call the function from the leftcolumn.php or index.php

    Does anyone knows why a function still works but only return a partial result if called from a different file!?!

    Cheers,
    Bugs.

  • The topic ‘get_archive() bug?’ is closed to new replies.