milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
918 stars 196 forks source link

Support for breadcrumbs? #251

Open brahmadpk opened 10 years ago

brahmadpk commented 10 years ago

Hi,

Just wanted to check if the this theme support breadcrumbs and where to enable them.

I am using Yoast's SEO plugin, and have enabled the breadcrumb feature of the plugin. But I can't see the breadcrumbs on the fronted.

Any suggestions?

tsquez commented 10 years ago

Don;t know if you have this taken care of yet, but If Reverie doesn't have it, you will have to go in and manually add the following

<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>

You have add it wherever you want the breadcrumbs to appear, like content.php and so on. Hope this helps.