• I’m using the Breadcrumb NavXT plugin and wondering if there’s a setting (or a shortcode I could use with the Genesis Simple Hooks plugin for the genesis_after_entry hook perhaps?) to move the breadcrumbs AFTER the page/post entry content rather than before it. Please advise. THANKS in advance! ??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    How are you currently calling the breadcrumb trail? Typically, a call to bcn_display() is added to the the appropriate theme file. Alternatively, the call to bcn_display() could be used within a wrapper function (so that you can add the proper wrapping HTML tags). If that’s how it already is being called, all you have to do add that function to the genesis_after_entry action. You’ll need to add that custom code to a small, site specific plugin (quite simple, and the best place for many of these small code snippits instead of your theme’s functions.php).

Viewing 1 replies (of 1 total)
  • The topic ‘How to move breadcrumbs below page content’ is closed to new replies.