breadcrumb-list not on front-page
-
Hi,
This goes into my header and return a nice breadcrumb:
<?php $options = get_option('responsive_theme_options'); ?> <?php if ($options['breadcrumb'] == 0): ?> <?php echo responsive_breadcrumb_lists(); ?> <?php endif; ?>
How do I do a if-front-page –> no breadcrumb?
rasmus
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘breadcrumb-list not on front-page’ is closed to new replies.