Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter MindingData

    (@mindingdata)

    Hi Saumya,

    Thanks so much for your help. I’ve definitely done more reading and it does seem it’s more likely that cloud flare is just evicting low requested pages after some time (which makes sense given I’m on the free plan after all).

    I use breeze/a WordPress caching plugin on the site mostly because if it is a cloud flare miss, then having the back up of breeze is worth while (although am aware of the pain of multiple caches if I need to clear the cache in multiple places).

    Basically, thanks so much for the help and everything is working fine for now!

    Similar issues. Using Google’s structured data testing tool here https://search.google.com/structured-data/testing-tool/

    It looks like AMP for WP is no longer outputting the required logo field. I have a logo set in the plugin settings but cannot see it in the source of the page anywhere.

    I was using my own theme, but it was basically a rewrite of the “clippy” one. The functions.php fix did not work for me, but adding the unset in the main loop did. So not sure why that is :\

    Thread Starter MindingData

    (@mindingdata)

    @_hoopla I did indeed.

    So I did ALOT of debugging on my local machine. And really, there isn’t much to say, it was death by 1000 cuts really. If you get fault code 0, there is something wrong, but it’s pretty hard to find out WHERE it goes wrong. Infact I couldn’t work out why it returned 0 in some cases when the message should be far more descriptive, but there you go.

    So I wrote echo’s all the way through my own XMLRPC file, and tried to find where it broke. In my case, it happened because when I got the permalink for the posts, I tried to send the full post link with the date in it. Like mysite.com/2013/09/07/postname. However I was actually sending. mysite.com/2013/9/7/postname which would break. But good luck for wordpress telling you that, I only noticed it after sitting there for hours trying to debug.

Viewing 4 replies - 1 through 4 (of 4 total)