willard97
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Robots Meta] nofollow typo causes tags to be followed and indexedNope, still not working. Disabled Super Cache and retried.
Even tried a new post to see if that would change anything.
https://sellitontheweb.com/blog/Is the edited syntax above correct? Should that work?
Forum: Plugins
In reply to: [Plugin: Robots Meta] nofollow typo causes tags to be followed and indexedYup, using WP Super Cache.
Forum: Plugins
In reply to: [Plugin: Robots Meta] nofollow typo causes tags to be followed and indexeddude, I tried editing the code and it still didn’t work.
From this:
function nofollow_taglinks($output) {
$output = str_replace(‘rel=”tag”‘,’rel=”nofollow tag”‘,$output);
return $output;To this:
function nofollow_taglinks($output) {
$output = str_replace(‘rel=”nofollow”‘,$output);
return $output;Didn’t work.
Forum: Fixing WordPress
In reply to: [Plugin: Google Analytics for WordPress] GA not tracking my visitsYou’re not going to get any help from anyone in these forums. I have the very same problem with GA and SuperCache. Posted 2 weeks ago and havent’ heard anything. That’s the unfortunate thing with these plugins. I even donated a little coin to Yoast because I use a couple plugins of his, but most developers, don’t have the bandwidth to be able to support conflicts like this.
I’m pretty sure that the issue is coming from a conflict between WP-Cache and WP-GA.
As much as I love WordPress, unfortunately with open source code, when you have problems like this, this is what happens alot of the time.
Crickets.
I’m paying a guy right now to look into it.
I yanked Yoast’s GA plugin and installed GA in the footer.php manually and I’m still not seeing any stats in GA admin.
WP Super Cache has to be creating some problem that’s preventing GA from tracking properly.
Anybody have any ideas?
Same thing happened to me. Right after installing Supercache my stats went to zero. GA is installed properly in the footer and GA is “receiving data”, the data is just not appearing in my GA account.
Just found this and I’m not really clear on what you’re saying.
Where is this metadata located in the theme? I just want to disable on a specific post, not on the rest of the site.
Will it work by setting up a custom field with a false value?
I tried setting up a custom field with name related_posts and a false value but RP is still showing.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] YARPP and my page number?How can I disable YARPP for specific posts or pages? I just created a “Thank You” confirmation page for my email subscribers and I don’t want to show them Related Posts on that pages is it’s irrelevant.
Can I use a custom field and false value to disable?