GioV1195
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [adsense] No adsense in categories?Rather embarrassingly, after some research and debugging, I found out that it was my robots.txt file that was causing the problems, as it didn’t let Google’s bots get into my /category/ and /tag/ pages. If I’m right, AdSense should work properly in about 48 hours.
Sorry for the trouble, pressers.
Forum: Fixing WordPress
In reply to: [adsense] No adsense in categories?Actually, I haven’t thought of that. Since all ad units but AdSense work, I’ll contact AdSense.
Thanks for the tip, alchymyth.
Forum: Fixing WordPress
In reply to: [adsense] No adsense in categories?Never mind. I’m reinstalling WP.
If the mod is here, please close this thread.Forum: Fixing WordPress
In reply to: Changed in htacces and now cant log inWhoops. Turns out you can’t get a fresh .htaccess, but here’s how the default one looks like:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: [adsense] No adsense in categories?Strange. None of the AdSense ads pop up on either of those pages. It’s just either the adBrite ones or a test “Advertising opportunities are available” that display, which I placed only to see if it just AdSense or if it’s a theme or WordPress problem.
Can this be associated with my installation being 3.3.2? Because I didn’t see this on 3.3.1
EDIT: There are usually three ads on the site: One on the header next to the logo and two on the sidebar (1 top, 1 bottom).
Forum: Fixing WordPress
In reply to: Changed in htacces and now cant log inTry downloading a fresh install of WordPress, unzip it and upload a fresh copy of the .htaccess file to the root of your server.
If you want to have the www on your URL, just go to Settings -> General and add “www.” (without quotation marks) to the beginning of your URL.
Forum: Fixing WordPress
In reply to: [adsense] No adsense in categories?And to clear up any confusion, ads display everywhere except for the category and tag pages.
Forum: Fixing WordPress
In reply to: [adsense] No adsense in categories?Oh, right. Here’s my site:
https://www.teqrevo.com