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 »

Integration with Yoast Breadcrumbs


  #1  
Old Feb 16, 2009, 03:08 PM
lawvol
 
3 posts · Feb 2009
Has anyone ever explored how to integrate the shortcode calls in the theme with Yoast Breadcrumbs (or any other breadcrumbs plugin for that matter)?

I'd like to add to my post kicker, but can't figure out how to make it integrate into that.

Any thoughts?
  #2  
Old Feb 16, 2009, 09:11 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I am assuming that you want to have this on single post pages only? In that case it would be easier to add this to the top of the middle column. I think both Yoast and NavXT have the option to display only on single post pages. If not you can still wrap the code into a conditional statement

In index.php, around line 12, after this
PHP Code:
<?php get_header(); ?>
put your code or, with a conditional statement

PHP Code:
<?php if ( is_single() ) { ?>
YOUR PHP CODE
<?php ?>
  #3  
Old Feb 17, 2009, 06:21 PM
lawvol
 
3 posts · Feb 2009
Thanks, I appreciate it.

I'll give it a shot and see how it works.

Bookmarks

Tags
breadcrumbs, kicker, php, shortcode

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
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
[SOLVED] Yoast Breadcrumbs And Page Menu Bar - Follow-up fromtheranks Plugins & Atahualpa 0 Jun 17, 2009 02:01 AM
[SOLVED] Yoast Breadcrumbs And Page Menu Bar fromtheranks Plugins & Atahualpa 6 Jun 14, 2009 07:59 PM
Navigation plugin integration nello Page & Category Menu Bars 6 Apr 1, 2009 08:24 AM


All times are GMT -6. The time now is 04:53 AM.


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