How to wrap a text with shortcode in php template?
-
Hello everyone!
I want to know how to wrap a text with shortcode in php template.
Let’s say the shortcode is: [checklist][/checklist]
and the code i have is:Διοργανωτής διαγωνισμού: <?php the_field('diorganwths_diagwnismou')?></br> Απαιτεί λογαριασμό Facebook: <?php the_field('apaitei_logariasmo_facebook')?></br>How can i wrap this code to enable the shortcode into the php file?
The topic ‘How to wrap a text with shortcode in php template?’ is closed to new replies.