Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Breadcrumbs (and multi-level navigation and more)
#5
Angryboy Wrote:An alternative solution is this:
...

Remove the <?php ?> around get_i18n_breadcrumbs, and then a bit shorter:

Code:
<div class="breadcrumbs">
    <a href="<?php echo find_url('index',null); ?>">Home</a>
    <?php if (return_page_slug()!='index') get_i18n_breadcrumbs(return_page_slug()); ?>
</div>

But as we are on the home page, we don't really need the home link...
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Breadcrumbs (and multi-level navigation and more) - by mvlcek - 2011-03-11, 06:32:33



Users browsing this thread: 1 Guest(s)