• Hello,

    My WordPress site “Archives” have stopped working.

    <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>

    return a blank space, any idea why is that?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vd3

    (@vd3)

    really nobody know the problem?

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Did you change it? Try
    <?php wp_get_archives( 'type=monthly' ); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Archives" are empty’ is closed to new replies.