badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Inserting Easy Pricing Table widget into the main page when business theme

#10203
npr1307
Participant

Don’t know if this was the cleanest way to do it but I placed the following into php.function file

// Enable shortcodes in widgets
add_filter(‘widget_text’, ‘do_shortcode’);

It works and the formatting is fine. Any other suggestions or do you believe this was the best way to approach it.