Good morning
I with a plugin to insert advertising I exported these two codes:
<? Php echo do_shortcode (“[pro_ad_display_adzone id = ‘1516’ popup = ‘1’ cookie = ‘1’ delay = ‘180’ popup_auto_close_time = ’20 ‘]”); ?>
[Pro_ad_display_adzone id = “1516” popup = “1” cookie = “1” delay = “180” popup_auto_close_time = “20”]
To see ads in all post what should I enter? And where I have to paste?
Hi,
In order for your shortcodes to be shown on all posts, you need to add the function inside the files corresponding to each post template you use on your site:
http://screencast.com/t/pIxfxY5a2aH
Hope this helps.
Thank you!
Thank you. Another question:
How do I understand what template I’m using?
Single Loop 1 what it is?
Single Loop 2 What is it?
etc. etc
Hi,
It’s rather simple. The numbers correspond to the post templates you use: http://screencast.com/t/lEfpK0kfNTvr
Thanks.
Hello 🙂
I have another question. To put the code after the first paragraph of each post where do I put the code? I must add a string?
Hi,
If you want to add the shortcode after the first paragraph, you can add the shrotcode in the article inline ad.
Add your shortcode like so: http://screencast.com/t/BN8GDOYW
The ad spots render shortcodes so this trick should work as you intend to.
Thanks.