Support » Plugin: Subscribe To Comments Reloaded » No Manage-Site

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello Marcuss did you create a page and added the shortcode to the page?

    Kind regards

    which shortcode

    I read your faq but the link is dead:

    How do I create a ‘real’ management page?

    Please refer to this page for a detailed step-by-step description on how to do that

    “this page” is not a step by step guide 🙂

    Thread Starter Marcus

    (@marcuss)

    Hallo Monika!

    Wenn mein Englisch mich jetzt nicht trügt, möchtest Du den Shortcode wissen.

    Ich habe eine separate Datei angelegt, und vor dem get_header folgenden Code eingebaut:

    if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }

    Insgesamt sieht die Datei so aus:

    <?php
    /**
     * The template for displaying all pages.
     Template Name: Subscribe To Comments
     * @package WordPress
     * @subpackage Piha
     */
    if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }
    get_header(); ?>
    
    	<div id="content" class="clearfix">
    
    	</div><!--end #content-->
    </div><!-- end #page -->
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Marcuss
    you are my hero of the day 🙂
    Dein Englisch trügte dich nicht 🙂

    Hi,

    I’m having the same problem…

    Were to do you put that code ?

    Regards, Fred

    Thread Starter Marcus

    (@marcuss)

    Hi fredwier!

    I have provided a new file called subscribe and have fixed this as a Template for the side.

    I hope, I could help you

    Regards

    Marcus

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Manage-Site’ is closed to new replies.