Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Upgraded manually to 3.7.9 lost my breadcrumbs (http://forum.bytesforall.com/showthread.php?t=18650)

Chloe Oct 12, 2012 12:15 PM

[SOLVED] Upgraded manually to 3.7.9 lost my breadcrumbs
 
Hello,

Thank you for the upgrade information. It all went well except I have this at the top of each post: ','
'); } ?> instead of breadcrumbs. You can see a sample here: http://www.womenscycling.ca/blog/ask...e-in-the-fall/.

Thanks in advance for your help.

juggledad Oct 12, 2012 12:54 PM

I don't see anything like that at that link

Chloe Oct 12, 2012 01:01 PM

Hi,

If you check now you'll see it. I was fiddling with the kicker code (temporarily deleted it) which for the breadcrumbs is this:

<?php if (function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>

For some strange reason part of the code is being printed but no breadcrumbs.

Thanks!

juggledad Oct 12, 2012 01:07 PM

are you puttng that in the theme files or in an theme option?
PHP is no longer allowed in the theme options due to a WordPress restriction.

Chloe Oct 12, 2012 01:14 PM

It goes in the theme options under the kicker single posts. I assume that's code I added for the plugin in the old version of the theme. It was so long ago I can't recall. I thought maybe I should remove the code and upload the plugin again.

Chloe Oct 12, 2012 01:41 PM

Do you know where I would put that code in the theme editor?

Thanks

juggledad Oct 12, 2012 01:41 PM

The code you see is because you can't use PHP anymore and that is the end result of that code being in a theme option.

You could add that code into 'index.php' after line 28
HTML Code:

                <?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>

Chloe Oct 12, 2012 01:51 PM

That did it! Thank you very much!


All times are GMT -6. The time now is 03:29 AM.

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