mjohanson
Forum Replies Created
-
That did it, thank you!
Forum: Plugins
In reply to: [Better Recent Comments] date format issueThat works! Thanks… and thanks for the speedy reply.
MaryAnn
Forum: Plugins
In reply to: [Disqus Comment System] comment count not workingIt seems to be fixed now.
Forum: Plugins
In reply to: [Disqus Comment System] comment count not workingI had not yet updated the plugin and I was having the same problem. (I updated thinking it might help, but it didn’t.) It may not be a plugin issue per se but something core at Disqus.
Either way, they need to get on it. I’ve tweeted at them, too: maybe that’ll get their attention. I know it’s a holiday weekend where Disqus is HQ’d, but still…
Forum: Plugins
In reply to: [Disqus Comment System] comment count not workingSame problem here.
Forum: Plugins
In reply to: [Redirection] weird bug blanking 404 dataThank you! Appreciate the attention to this.
Forum: Plugins
In reply to: [Redirection] weird bug blanking 404 dataOkay, so I’ve discovered that the weird blanking does NOT happen if, when creating a redirect or an ignore, I DON’T check “Delete logs for these entries.”
Hope that helps a little…
Forum: Plugins
In reply to: [Redirection] weird bug blanking 404 dataYes, the same thing happens if there’s nothing in the search box and it’s just the full listing of 404s.
Great, thanks for the clarification.
Forum: Plugins
In reply to: [Redirection] “headers already sent” errorSo, I upgraded to WP 4.9.8, and the problem went away. But the plugin was supposed to work with the version I was on (4.5.15).
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] how to insert link to non-AMP URLI’m sorry, but I really am an absolute neophyte in PHP. I’m trying this:
Click over to <?php echo '<a href="' . ampforwp_view_nonamp() . '" rel="nofollow">the non-AMP version</a>'; ?> of this page for much more!
But it doesn’t work. Could you kindly provide the exact coding I need to use?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] how to insert link to non-AMP URLI do have the latest version of the plugin, but I am not a programmer. As you saying that there’s no easy way to call the non-AMP URL? I thought perhaps this would do it:
<a href="<?php echo esc_url( trailingslashit( $this->get( 'the_permalink()' ) ).'?nonamp=1'); ?>" rel="nofollow">
But it doesn’t seem to work.