Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Sure. You need to fire up the content filters on this custom posts.

    Some thing like this

    $content = get_the_content();
    $content = apply_filters(‘the_content’, $content);
    echo $content;

    Thread Starter maspegren

    (@maspegren)

    I tried this and it outputs the_content. For some reason the_content has more data than get_the_content, it shows my custom fields. So this method displays too much. Any other ideas?

    Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    In the free version this is the only way

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

The topic ‘Tooltips on custom templates’ is closed to new replies.