Skip to content

Instantly share code, notes, and snippets.

@taotiwordpress
Created August 20, 2021 17:50
Show Gist options
  • Save taotiwordpress/ae425980a30eef8a357191c7ddad66f2 to your computer and use it in GitHub Desktop.
Save taotiwordpress/ae425980a30eef8a357191c7ddad66f2 to your computer and use it in GitHub Desktop.
[Yoast Breadcrumbs]
<?php
if ( function_exists('yoast_breadcrumb') && is_front_page() == false ){
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment