Shubham Panwar
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp Swift theme Auto ads ProblemHi @encodingjabbar)
Here is the screenshot : https://prnt.sc/krff8n
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp Swift theme Auto ads ProblemStill it’s not working:(
Thanks for your support. I got the solution through drag-drop builder.
It worked for removing [Published By] , but now the Admin name is still showing above the post .
Before the changes it was {published by admin}
Now it is {admin name} .
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Can it Work with NewsPaper ThemeI know its an Adsense Plugin , but I used media.net ads for self-checking(for the safety of my adsense account)
I have tried putting the Media.net ads in the Ad inserter plugin with your code. I correctly replaced Google ad code with media.net ad code.
The ads are showing , but they doesn’t seem to disappear or block the user from clicking.
<?php if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors $adCode = '<div class="aicp"><!-- Don\'t forget to add this div with aicp class --> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- AdSense Responsive Ad Code --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1234567890" data-ad-slot="0987654321" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div><!-- end of the aicp div -->'; echo $adCode; } ?>
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Can it Work with NewsPaper ThemeThanks for your Quick Reply Sir,
I really appreciate your work.
Forum: Localhost Installs
In reply to: How do I install WordPress locally? XAMPP AlternativeI think its pretty simple,
first, you just need to download WordPress package
then you need to configure php my admin for database setups, and in your XAMPP server configure wp config.php and hurray you have successfully installed WordPress on your XAMPP. for more details you can visit to this article here- This reply was modified 7 years, 1 month ago by Shubham Panwar.