Breadcrumbs
-
Hello WP,
I want to add breadcrumbs code to my Rambo child theme. Of the options below which file would I place the code in?
Thank you.CODE:
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>OPTIONS:
* Category Template
* Theme Functions
* Header
* Sidebar/Menu
* Stylesheet
* Footer
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Breadcrumbs’ is closed to new replies.