KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Enable NavXT Breadcrumbs plugin #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to add support code for NavXT Breadcrumb in page layouts?

Cheers,

Marc Abiven

Original issue reported on code.google.com by mabiv...@gmail.com on 3 Dec 2010 at 5:02

GoogleCodeExporter commented 8 years ago
Here is the code to add in page layouts.

<div class="breadcrumbs">
<?php
if(function_exists('bcn_display'))
{
    bcn_display();
}
?>
</div>

http://mtekk.us/code/breadcrumb-navxt/#installation

Cheers,

Marc

Original comment by mabiv...@gmail.com on 10 Dec 2010 at 6:57

GoogleCodeExporter commented 8 years ago
Yes, it's possible, you can insert this code in layouts (see 'layouts' folder), 
or insert it in file header.php

I plan added breadcrumbs in future release

Original comment by AntonShe...@gmail.com on 14 Dec 2010 at 7:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by AntonShe...@gmail.com on 14 Dec 2010 at 7:41

GoogleCodeExporter commented 8 years ago
Thank you a lot Anton

Original comment by mabiv...@gmail.com on 14 Dec 2010 at 12:50