non-techies

Trying to enable Breadcrumbs (Yoast SEO)

This is the code I used, on the GP hooks portion (after entry title) <?php if ( is_page() || is_single() ) : ?> ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb(' <p id="breadcrumbs">','</p> '); } <?php endif; ?> I’m sure I butchered that somehow. Also, how do I have it so it doesn’t appear on the home page? … Read more