Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Johan Nijdam

    (@johannijdam)

    Hi Kevin,

    I found the solution, the problem was not on your plugin. I did something wrong on my template.

    I wanted to echo my content of a post, which I did with this:
    echo get_post()->post_content;

    I found out that this is just the content, but you need to “apply a filter” over the content to get the plugin content doing his thing… so I did…
    apply_filters('the_content',get_post()->post_content);

    and now it runs perfectly! So thanks for your fast feedback! And I hope other developers can use this small piece of information 🙂

    Johan

    Thread Starter Johan Nijdam

    (@johannijdam)

    Hi Kevin,

    Thanks for your reply. I’m using multi site which works without a problem. Post and Pages shows GDE perfectly. But as soon as I add a “custom post”, I see only the shortcode (in the front- and backend). Looks like it’s not triggered for a custom post type…

    Thanks!
    Johan

    PS: if I find the solution, I will let you know

Viewing 2 replies - 1 through 2 (of 2 total)