Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter digitalcanopy

    (@digitalcanopy)

    Couple more additions to this issue:

    3) This problem only occurs when the user goes to Settings >> Reading, and sets the “Front page displays” to “A static page”.

    4) I’m calling the MM Forms function in my template using the following code snippet:

    <?php
    if (function_exists(insert_mm_form)) {
          insert_mm_form('Pre-Register');
     }
    ?>

    … and the code snippet is OUTSIDE of the WP Loop. Does it need to be in the Loop to function properly?

    Thank you in advance for any help you can provide me with this issue.

    Thread Starter digitalcanopy

    (@digitalcanopy)

    Well, I think this guy resolved itself. The issue might have been related to a redirect malware script that attacked my server of all things. So, with that, ignore this issue!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: MM Forms Community] 404 Page Not Found’ is closed to new replies.