Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Presstige WordPress Theme :: Thread
Yoast Breadcrumbs
Casey,
1) If I want to add Yoast’s breadcrumbs under APPEARANCE—> EDITOR which template is this in?
2) Any issue with this?
3) Where and what code if any do I need to remove/replace?
4) Do I need to make any changes under PRESSTIGE OPTIONS -> LAYOUT & APPEARANCE ?
Thanks
Installation of WordPress Breadcrumbs
Download the plugin
Unzip the package and upload the file to your WordPress installation’s plugins folder
Enable the plugin
Adjust any settings you want under Settings -> Breadcrumbs
Add the following code to your theme’s template(s):
[/code]<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>[code]
Here is a reference link to their documentation: http://yoast dot com /wordpress/breadcrumbs/
The theme should already come with breadcrumb menu which can be enabled in Appearance → Theme Options → Layout & Appearance → Display Breadcrumbs. If you want to use the Yoast breadcrumbs, you’ll need to follow their instructions and add to the theme files you’d like them to be displayed.
You can use this map to determine which files:
http://codex.wordpress.org/images/1/18/Template_Hierarchy.png