I want to wrap a text with shortcode into the single.php file.
- The shortcode is:
[box type="note" align="aligncenter" ][/box]and the code is:
Διοργανωτής διαγωνισμού: <?php the_field('diorganwths_diagwnismou');?></br> Απαιτεί λογαριασμό Facebook: <?php the_field('apaitei_logariasmo_facebook');?></br>
How can i wrap the this php code so i can have it into the box as the shortcode orders?