Forum Replies Created
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
SpidermanPuddin
ParticipantFixed it. I had Genesis Simple Edits installed.
SpidermanPuddin
ParticipantDuring the week the admin section is rather slow. However, this weekend it has been relatively fast.
SpidermanPuddin
ParticipantApparently there were just too many posts to query.
SpidermanPuddin
ParticipantI contact the plugin author, we'll see if he has any feedback. Also I dug through the plugin's code and found this:
add_filter( 'genesis_attr_content', 'sym_attributes_content' ); function sym_attributes_content( $attributes ) { //* Home page main content microdata if ( is_post_type_archive('rodeos') || is_tax('city-state') ){ $attributes['itemtype'] = 'http://schema.org/Thing'; } return $attributes; }And it works.
SpidermanPuddin
ParticipantYes, I did and I tried it. However, it doesn't work on custom post archive pages.
SpidermanPuddin
ParticipantPerfect! Thank you!
SpidermanPuddin
ParticipantSorry about that. This is my sandbox domain. I lifted the Force Login.
You should be able to access it now.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)