T.C Barman
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Job Manager] add space between postsJust add this code to your THEME function.php file. Add your ads code on ‘My ads code’
add_filter('job_manager_job_listings_output','my_job_manager_job_listings_output'); function my_job_manager_job_listings_output($output) { $adsense_code = ' My ads code'; return $output . $adsence_code; }- This reply was modified 9 years, 2 months ago by T.C Barman.
or I can me you admin to look in this problem please, after lots of time spending I made this theme as it’s become my favorite. 🙂
Can you solve it if I send you theme file ?
actually in this theme was lots of problem, I solve and customize as my needs, but I facing problem with this function.Thanks……..
Forum: Plugins
In reply to: [PayPal Express Checkout] [Plugin: PayPal Express Checkout] DocumentationHi!
I have setup this plugin in this website=> http://www.trimmergenie.co.uk/products/
But amount is not being displayed in paypal page when click “Buy now” Button.How can i solve it ?
I have add short code correctly, please check and say me if anything wrong.Thanks..
Viewing 5 replies - 1 through 5 (of 5 total)