• FredrixDesign

    (@fredrixdesign)


    Hello!

    Great plug-in. It works like a charm. I have one problem though. The list of posts, which I’m trying to display through a do_shortcode on the frontpage (located in the header.php), won’t display – neither will it in the single.php. It works on ALL other pages except the ones that displays posts already.

    I’ve tried it on other WordPress websites on different hosts and servers and it’s the same result. How can I fix it? I’ve been trying to fix it for months now.

    Cheers,
    Frederick Andersen

    http://wordpress.org/extend/plugins/list-category-posts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Frank

    (@t-mug)

    Just before do_shortcode() try this line:
    wp_reset_query();

    Thread Starter FredrixDesign

    (@fredrixdesign)

    Didn’t work, Frank. I’m sorry.

    Frank

    (@t-mug)

    Yeah.
    Please try exactly:
    <?php echo do_shortcode( '[catlist]' ); ?>
    Maybe you’ve forgotten to echo the function call?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't display list on Frontpage’ is closed to new replies.