need support
-
hi,
i have author based website and using your theme.it’s really great
but i am facing a problem
please help me ( because i am not a coding expert )
i want to install two plugin with your theme but both plugins not working properly because of code placing error.
but it’s important for us because i want to share profit with Authors.
And both plugins are perfect solution for this
WP eBay Ads – https://www.ads-software.com/plugins/wp-ebay-ads/installation/
Step : 1) You can also get the listings by placing the following code in your template file for your single post. Usually called single.php. Place it inside the loop. I like to place it right after the_content tag.
<?php if(function_exists(‘wp_ebay_ads’)) {wp_ebay_ads($post->ID);}?>
AND…
WP Amazon Ads – https://www.ads-software.com/plugins/wp-amazon-ads/installation/
Step 1: You can also get the listings by placing the following code in your template file for your single post. Usually called single.php. Place it inside the loop. I like to place it right after the_content tag.
<?php if(function_exists(‘wp_amazon_ads’)) {wp_amazon_ads($post->ID);}?>
i am trying to install both plugins but not success because of code placing error.
please help me to add the code of WP eBay Ads & WP Amazon Ads
1.Where to add & how to add
2.File Name with placing area
- The topic ‘need support’ is closed to new replies.