Error in Q&A Schema
-
Please help.
I am facing problem with Q&A schema type. Rest working well.
I am getting two error when Q&A schema is enabled on DWQA Plugin.
1) On DWQA Question Page ( Where Number of Questions are listed)
Notice: Undefined variable: prefix in /home/………../plugins/schema-and-structured-data-for-wp/admin_section/structure_admin.php on line 863
The line 863 is
$archive_title = post_type_archive_title($prefix, false);
2) Getting below error on DWQA One Question Page
Notice: Undefined index: _dwqa_best_answer in /home/………./plugins/schema-and-structured-data-for-wp/output/service.php on line 1004
The code on 1004 is
$best_answer_id = $post_meta[‘_dwqa_best_answer’][0];Notice: Trying to get property of non-object in /home/……../plugins/schema-and-structured-data-for-wp/output/service.php on line 1065
Notice: Trying to get property of non-object in /home/…………/plugins/schema-and-structured-data-for-wp/output/service.php on line 1065
The code on 1065 is
‘author’ => array(‘@type’ => ‘Person’, ‘name’ => $authorinfo->data->user_nicename),Please help.
The page I need help with: [log in to see the link]
- The topic ‘Error in Q&A Schema’ is closed to new replies.