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 » Header configuration & styling »

trying to put breadcrumbs in the header


  #1  
Old Mar 2, 2009, 09:26 AM
awisher
 
2 posts · Mar 2009
trying to put breadcrumbs in the header

on my site I am using the Yoast breadcrumbs plugin, which places breadcrums, currently, at the top of the index.php template. However, I would rather it be located either right justified in the top menu bar or in place of the RSS placement above the search box. Is this possible? I cannot seem to figure out how to place the code.

I am using 3.2
code that needs to be inserted:
Code:
<?php if ( function_exists('yoast_breadcrumb') ) {
	yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
my website is here: www.rockpatch.net

I've looked in the Atahualpa templates and coulnd'nt see how to do this, nor could I find a local place for this in the config interface.

Thanks for any help you can suggest.
Aaron
  #2  
Old Mar 2, 2009, 01:47 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I'd recommend to put it into header.php after

PHP Code:
<?php bfa_header_config($cur_opt['bfa_ata_configure_header']); ?>
to put it below the header, or into index.php after

PHP Code:
<?php get_header(); ?>
to put it at the top of the middle column

and style it through HTML/CSS Inserts -> CSS Inserts

HTML Code:
p#breadcrumbs {
display: block;
text-align: right;
... other styles ...
}
  #3  
Old Mar 2, 2009, 03:34 PM
awisher
 
2 posts · Mar 2009
That is where it already is currently. I want to replace the rss link (above the search box) with the breadcrumbs.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Put search bar in header image area? genevieve Header configuration & styling 0 Jun 19, 2009 06:19 PM
Put the qTranslate language selector into the header or page menu DarrenNI Header configuration & styling 1 Jun 19, 2009 04:01 AM
How to put the page menu bar under the header image? manu Page & Category Menu Bars 1 Mar 9, 2009 08:39 AM
Navigation Breadcrumbs ...recommendations? Shepherd Jim Plugins & Atahualpa 3 Feb 27, 2009 10:49 PM
Integration with Yoast Breadcrumbs lawvol Plugins & Atahualpa 2 Feb 17, 2009 06:21 PM


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


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