Forums
(@sinkfish)
12 years, 9 months ago
I finally found the solution.
<?php $getoptA = get_option('pg_front_label_a'); $getoptA = apply_filters('get_the_content', $getoptA); $getoptA = stripslashes($getoptA); echo $getoptA; ?>
Hard to find these one – Link