TheMacFeed
Member
Posted 2 years ago #
I know this is probably the wrong place to post but I am trying to put the an Ad from adserve under my navigation bar, but the issue I was told Is that i am putting the code out of the Database, how and what do I have to do to put the ads there? URL: http://www.themacfeed.com
TheMacFeed
Member
Posted 2 years ago #
TheMacFeed
Member
Posted 2 years ago #
What Part, I use adserve, can you give me some details from that?
TheMacFeed
Member
Posted 2 years ago #
And who didn't read the README that came with the plugin? ;-)
You're adding the wrong code to your template file. The shortcode [!AdServe:left!] will only work if it is used within the content area of a post/page
Use <?php AdServe('left');?> when adding it to a template file.
TheMacFeed
Member
Posted 2 years ago #
hehe, okay so that would work where I am trying?
Presumably in header.php or in the file that contains your horizontal navigation bar.