Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Adding Promo Box With Same Content to bottom of every post’ is closed to new replies.
Tagged: promo box
Can this be done and if so how?
Thanks
Derek
Hi derek62!
Edit single.php, find this code:
get_template_part( 'includes/loop', 'index' );
Below, add the do_shortcode function and the promobox shortcode that you created from a post or page.
`echo do_shortcode(“[av_promobox button='yes' label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='ue800' font='entypo-fontello']
Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
[/av_promobox]“);`
Best regards,
Ismael