ScoobySnacks
Member
Posted 11 months ago #
hello. i've just installed the Kontera ContentLink ad plugin, but its not working properly. the readme says:
"Don't forget to make sure that the theme you use calls the wp_footer() function or else the plugin won't work."
but i'm not sure how to check if this is working. i know nothing about php or css, or even html for that matter. i'm using the Mandingo theme.
my blog is here: www.ScoobysWorld.com
could someone please help me out?
thanks
-Scooby
that theme provides that fucntion where it needs to, inside the footer.php
<?php
// WordPress footer
wp_footer();
// set the theorical max-width value for the content column
switch ($mandigo_options['layout_width']) {
case 1024: ....
Btw, you arent in Ohio, are you?
ScoobySnacks
Member
Posted 11 months ago #
hmmm. i'm not quite understanding that code snippet there. so does that mean my Kontera plugin should be working? because it isnt and i'm not sure why. i dont even know what it means to "call a function", so i'm pretty much lost when things dont have a GUI or work out the box :(
and no, sorry, i'm out in California.