supervee
Forum Replies Created
-
My situation was quite specific, I actually worked it out with a Google rep (I was visiting the Zurich office recently)
My home page was a page template I had coded hastily and forgot to include the wp_head tag, so the app couldn’t write the verification code into my header.
I installed the latest update and the error message has now changed:
The necessary verification token could not be found on your site. This may be related to your site using a page caching plugin. Please flush your home page cache and then try again.
I don’t think I had any page caching plugins, but I tried deactivating all my plugins and the error still persists.
I’m not sure how to flush the home page cache?
- This reply was modified 6 years, 5 months ago by supervee.
Welcome to Site Kit!
1. Verify site ownershipWhen I hit Proceed, it says “An error occurred: verifying site failed”
When I hit proceed again, it just keeps saying the same error with no resolution forwardBut if I go to Google Search console directly, it says I’m already verified.
Not sure how to proceed?@reneesoffice I’m now getting this error:
missing parameter: 'verification_nonce'Hey Kevin,
Sorry, I forgot to remove this thread.
The link you are seeing works because I am using a different plugin.Forum: Fixing WordPress
In reply to: Using Post Thumbnails only on CERTAIN pages?Seems silly to make an entire custom post type for a single page though, no?
Forum: Fixing WordPress
In reply to: how do i dynamically add a div class to all entriesI guess my question is .. why do you need to do this?
Forum: Fixing WordPress
In reply to: if category or child of categoryIt’s probably not working because you’re missing a bracket for your if statements
TryChange 14 to the number of Nights Out category, and 15 to Eat and Drink category
Forum: Fixing WordPress
In reply to: Help With Placing Comment Formyou want to get rid of the float in your comment div … which no longer seems to be there.
Forum: Fixing WordPress
In reply to: you tube installationWhat do you mean by “install youtube” ? Youtube is not something that is to be installed …
If you want to insert a Youtube video into your post .. all you have to do is paste the URL and WordPress will automatically convert it into the video for you.
Forum: Fixing WordPress
In reply to: Help With Placing Comment FormIt’s a matter of how you set up your layout. You can easily achieve this while still having it be in the loop.
Looking at what you have now
just get rid of your float:left;
and add a width that is the width of your entire page.Forum: Fixing WordPress
In reply to: Add a featured image to a PAGE rather than postthe_post_thumbnail() has to go inside the loop of the page you want it to appear, not in header.php (because it is not a post)Forum: Fixing WordPress
In reply to: if category or child of category[Code moderated as per the Forum Rules. Please use the pastebin]
change 14 to the number of your parent category.
Forum: Fixing WordPress
In reply to: Display last 3 post in front page from a blogForum: Fixing WordPress
In reply to: how do i dynamically add a div class to all entriesIf you don’t need a different class for each
- .. you can just style it in your css
eg:
div.legal ul { your style here }