• I am struggling to get this plug-in to completely work. The comment form is working with the advanced field and the subscriptions appear to be captured in the subscription list. However, I am unable to get the Management page to work.

    The Management was not displaying when virtual page was enabled. I found the instructions for creating a “real page” and it is still not working. The page is coming up without errors like page not found but the content area of the page is blank. I am expecting to see some content. Maybe not the best test, but to rule out issues with the theme or page template, I grabbed the page.php file right out of the “twentyfourteen” theme and added the following to the top and saved as subscribe.php

    <?php
    /* Template Name: Subscribe To Comments */
    if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }
    ?>

    Then I created a new page and linked up the subscribe to comments template. Then I adjusted the config to show the name of the new page I created for the “management URL”.

    To test this, I went to the comment form and clicked on the “manage the subscriptions” link to see if it resolved correctly. I am getting to a “real page” with no content except my header and footer. I am not seeing any errors either.

    I would love to use this plug-in if I can get the management page to work. Please help!

    https://wordpress.org/plugins/subscribe-to-comments-reloaded/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Management page has no content’ is closed to new replies.