Forum Replies Created

Viewing 1 replies (of 1 total)
  • I found my error – thanks to a guy on the runPHP forum….. try this, if you are using a non-default wordpress theme:

    1. Change back to the default theme. If it works, you know the theme is part of the issue (it was for me).
    2. Check to make sure your theme header.php file includes this line:
    <?php wp_head(); ?>
    3. If that doesn’t fix it, compare the php files for the default theme versus your custom themes.

Viewing 1 replies (of 1 total)