Skip to content

Instantly share code, notes, and snippets.

@tjkelly
Created May 17, 2019 01:47
Show Gist options
  • Save tjkelly/940af211a7aee2e473faa117701d5d73 to your computer and use it in GitHub Desktop.
Save tjkelly/940af211a7aee2e473faa117701d5d73 to your computer and use it in GitHub Desktop.
<?php
if (is_single()) {
$categories = get_the_category();
$breadcrumb = the_field('category_breadcrumb', $categories[0]->term_id);
echo $separator;
the_title();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment