Hi Dylan, Much appreciated. I am using WP Pagination. B…
Hi Dylan,
Much appreciated.
I am using WP Pagination.
Below is the line of code I am trying to figure out where or how to place in functions.php to order to make an Adsense ad appear above the “next” button.
<?php echo do_shortcode('[adace-ad id="23"]
Sorry, my coding skills are seriously lacking.
Any assistance would greatly be appreciated.
Regards,
Mark
This thread has been imported from harmonicdesign.ca/hd-quiz/
Edit ./hd-quiz/includes/functions.php
and look for the function called hdq_print_next
. On the line above $settings = hdq_get_settings();
just add in echo do_shortcode('[adace-ad id="23"]';
and save.
If you are enjoying HD Quiz please leave a review here on the official WordPress.org page. HD Quiz is developed by me, just some dude, and is supported and available for free. It may seem dumb, but truly nothing makes me happier than knowing that people are using and loving HD Quiz and my hard work.
This thread has either been marked as complete or has been automatically closed due to inactivity.