Viewing 2 replies - 1 through 2 (of 2 total)
  • Support is welcome on this topic! I can’t run the plugin without the real page.

    It’s from his site and should work.
    ———————————–

    Create a real management page
    Depending on what other plugins you are using, you may need to manually create a real page in WordPress, that my plugin will use as its public “management” page. In order to create the page, follow these steps:
    make a copy of your template’s index.php (or page.php, if you have one), and call it subscribe.php
    open it with notepad and add the following code at the very beginning
    Code:
    <?php
    /*
    Template Name: Subscribe To Comments
    */
    if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }
    ?>
    set the corresponding option under Settings > Subscribe to Comments > Management Page > Virtual Management Page to NO
    create a new page in wordpress and choose the template you created earlier in this process from the dropdown menu; the permalink of this page should match what you have in the corresponding option, in my plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Subscribe To Comments Reloaded] How to create "real" management page? Dead link i’ is closed to new replies.