Forum Replies Created
-
AuthorPosts
-
BojoMember
I'm truly appreciating the painstaking help for this problem.
I've done the above and re-run the tool.
Here's the error I'm getting:Email verification has not established authorship for this webpage.
Email address on the skinfabulous.org domain has been verified on this profile: Yes
Public contributor-to link from Google+ profile to skinfabulous.org: Yes
Automatically detected author name on webpage: Not Found.So I'm guessing I'm still not doing something correct on website settings? Any suggestions what I'm still doing wrong?
Thanks.
BojoMemberI do have a Google+ profile. I have done the email verification step.
To connect the two, I went into users>my profile>Google+ and pasted my Google+ URL. Thought this would work okay, but I must be missing something? I'm using Yoast SEO, if that sheds any light on anything.
Should I have put it in the head section of Simple Hooks? Just guessing.
BojoMemberI changed the Disclosure to a post.
Don't know what you mean exactly by :
link you should be using for your author profile is this:
I ran the tool again, and it said
Cannot verify that rel=author markup has established authorship for this webpage.
First rel=author link from webpage: http://skinfabulous.org/author/sf/
Link (direct or indirect) from website to Google+ profile: NoI'm getting closer, thanks to you, but no cigar for me quite yet 🙂
BojoMemberYes, it's all in the Genesis Simple Edits.
BojoMemberIf I add this
function get_the_modified_date($d = '') {
if ( '' == $d )
$the_time = get_post_modified_time(get_option('date_format'), null, null, true);
else
$the_time = get_post_modified_time($d, null, null, true);
return apply_filters('get_the_modified_date', $the_time, $d);
}in functions.php - will that work? I don't know where or what to do with the part about "class=”updated” span."
BojoMemberI unchecked a hook in Simple hooks. Just keep poking around till I found something that looked like it might be the trick.
BojoMemberOkay, I figured out how to put the author tag back on the posts.
I'm still trying to figure out how to do the last piece - retrieve the date the post was updated.BojoMemberI understand what was written, I just have no idea how to implement it.
I have both simple hooks, and simple edits plugins installed, but NO IDEA how to actually do that.
"modify the post info (http://my.studiopress.com/snippets/post-info/).? No idea how to do that.
You will need to use the get_the_modified_date() function to retrieve the date the post was last updated and set that in a class=”updated” span.Again, no idea how to actually do that.BojoMember -
AuthorPosts