• Hi,
    I want to display a plugin WpProQuiz in a custom page with ajax Call.
    when I access the post directly everything is fine, I can see my quizz.
    When I use this code :

    <?php if(have_posts()): while(have_posts()):the_post(); ?>
    	<h1><?php the_title(); ?></h1>
    <?php
    the_content();
    ?>
    <?php endwhile; endif;?>

    It only display my shortcode string : [WpProQuiz 1]
    I’ve already asked in the plugin forum but no answer.
    So i can’t understand why wordpress is not rendering this shortcode?

    Thans in advance

    [duplicate – please continue with http://ww.wp.xz.cn/support/topic/shortcode-and-the_content ]

The topic ‘The_content and shortcode’ is closed to new replies.