Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   Integration with Yoast Breadcrumbs (http://forum.bytesforall.com/showthread.php?t=409)

lawvol Feb 16, 2009 03:08 PM

Integration with Yoast Breadcrumbs
 
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?

Flynn Feb 16, 2009 09:11 PM

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 ?>


lawvol Feb 17, 2009 06:21 PM

Thanks, I appreciate it.

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


All times are GMT -6. The time now is 12:08 PM.

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