When breadcrumbs are enabled the 404 page throws an error. The prepare_item function call should be diagnoseo_prepare_item. This fixed it for me. Thanks.
} elseif ( is_404() ) {
echo wp_kses( prepare_item( esc_html__( ‘Error 404 – Not Found.’, ‘diagnoseo’ ) ), $allowed );
Have a site configured to have a blog archive page and static home page. On the blog archive page there is no H1 header, example here: https://hellhippie.com/wp/hell-hippie/blog/
Otherwise DiagnoSEO really makes a very nice heading hierarchy but it appears to be broken for the blog archive page.
Thanks for a very nice theme.
]]>Hi.
This is basically what I was looking for. Is there a way to display full post?
Best regards