Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

Breadcrumb NavXT integration


  #1  
Old Aug 31, 2009, 11:32 PM
Wimbledon's Avatar
Wimbledon
 
320 posts · Apr 2009
[VA & AZ], USA
So the version of Atahualpa can be easily updated in the future, is there a way to insert the Breadcrumb NavXT code as a CSS/HTML insert?

I'd like the code on all pages (except those on the homepage) in the area above the kicker in the page/post info area.

Breadcrumb NavXT code:

HTML Code:
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
	bcn_display();
}
?>
</div>
Is this possible?
  #2  
Old Sep 1, 2009, 04:33 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You could put this into

Style & edit CENTER COLUMN -> Content ABOVE the LOOP

as

PHP Code:
<?php if ( !is_front_page() ) { ?>
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
    
bcn_display();
}
?>
</div>
<?php ?>

  #3  
Old Sep 1, 2009, 08:37 AM
Wimbledon's Avatar
Wimbledon
 
320 posts · Apr 2009
[VA & AZ], USA
Flynn saves the day again! Don't know what I'd do without your help, thanks!
  #4  
Old Oct 20, 2010, 10:20 AM
avatar33
 
4 posts · Oct 2010
Quote:
Originally Posted by Flynn
You could put this into

Style & edit CENTER COLUMN -> Content ABOVE the LOOP

as

PHP Code:
<?php if ( !is_front_page() ) { ?>
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
    
bcn_display();
}
?>
</div>
<?php ?>

this helped me too! Thanks chief!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Breadcrumb in page menu shedhed Page & Category Menu Bars 6 Nov 28, 2013 09:41 AM
Easy PHP Calendar Integration pcncarolina Plugins & Atahualpa 4 Jul 22, 2009 11:00 AM
Page/Forum integration Webmason Sidebars & Widgets 5 Jun 22, 2009 03:01 PM
Navigation plugin integration nello Page & Category Menu Bars 6 Apr 1, 2009 08:24 AM
Integration with Yoast Breadcrumbs lawvol Plugins & Atahualpa 2 Feb 17, 2009 06:21 PM


All times are GMT -6. The time now is 11:13 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.