• Hi,
    I try to show pie chart on the template page using php code like this:

    1. do_shortcode(‘[TP_PIEBUILDER title=”Graduation Rate” values=”70″ labels=”Graduation Rate” colors=”#E83A79″]’);

    or this:

    2. apply_filters(‘the_content’, ‘[TP_PIEBUILDER title=”Graduation Rate” values=”70″ labels=”Graduation Rate” colors=”#E83A79″]’)

    and it won’t work proparly. Canvas is empty.

    What can I do to show pie chart on the template page ?

  • The topic ‘do_shortcode not working’ is closed to new replies.