Amazing theme! I want to use the above plugin for breadcrumbs, but dont need all the features on the add-on. Would i be possible to tell me how I can add their snippet to the theme files, preferable a child theme function
If you’re not wanting to use GP Hooks, you can use a function like this:
add_action('generate_after_header','generate_bcn_display');
function generate_bcn_display()
{ ?>
Anything in here will be adding after the header
<?php }
Add your code to the Hook text area
Set the Hook to: after_entry_title See here for a visual guide of the common hooks.
Check the Execute PHP option.
And set the Display Rules to Posts > All Posts