Twenty Twelve Yoast Breadcrumbs on single post pages
-
I have Twenty Twelve and Yoast, and i would like to add breadcrumbs to the top of my single post pages.
I understand that I am supposed to enable the Yoast breadcrumbs in the Internal Links settings and add this code:
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
to the template that controls the single post pages.
But I cannot figure out which template in Twenty Twelve controls the single post pages and where on the template page I would add this code. I will immensely appreciate any guidance.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Twenty Twelve Yoast Breadcrumbs on single post pages’ is closed to new replies.