I want to use WordPress SEO by Yoast's Breadcrumbs option in Atahualpa (Version 3.7.13) but can't figure out where to put the code suggested...
Code:
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
Thank you in advance!