Hi,
in Newspaper Theme i use SHOW AUTHOR UNDER TITLE but don’t SHOW AUTHOR BOX
Google webmaster report an error 404 because in code there’s sitename/author/ after the code
<div class=”td-author-name vcard author” style=”display: none”><span class=”fn”>
I try eliminating both codes reported here
http://screencast.com/t/Yv2bpfLP
but if I do that I see a problem in articles
Is there an alternative system or may be can I delete only part of the code that you suggest to delete…?
Thanks
Hi,
Comment just this lines if you have the author under title enabled: http://screencast.com/t/ZKOvkIirJBK
This should solve the google webmaster error.
Thanks
Hi,
Also add td_util::get_option('tds_show_author_box') == 'hide' to the other condition, like this: http://screencast.com/t/DgcYoZIwYZBy and set the author box to be disabled form theme panel: http://screencast.com/t/QN9ok0v1R
Thanks
Thanks Lucian, is ok..!
looking google webmaster I saw that google shows another mistake
search/
looking into the code it seem it come from
<!– JS generated by theme –>
<script>
var td_blocks = []; //here we store all the items for the current page
var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.site.com/wp-admin/admin-ajax.php”;
var td_get_template_directory_uri=”http://www.bintmusic.it/wp-content/themes/Newspaper”;
var tds_snap_menu=””;
var tds_header_style=””;
var tds_mobile_swipe=””;
var td_search_url=”http://www.site.com/search/”; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Any suggestion?
Thanks