Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

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

Breadcrumb NavXT integration


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Aug 31, 2009, 11:32 PM
Wimbledon's Avatar
Wimbledon
 
322 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,730 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
 
322 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 5 Jul 5, 2012 12:50 PM
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 01:18 AM.


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