• No breadcrumbs showing while in my sub-category postings links.

    I only have sub-cats attached and only wanting to show text links to the sub-cats, or the titles of the sub-cat postings in the main cats link.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same here, my breadcrumbs do not show up anywhere, and I’m sure it’s due to the template I’m using.

    If someone knows the code snippet I need to copy and paste, that would be helpful. (I had to paste <?php wp_head(); ?> in the template header to get my easybuttons to show.)

    Thanks

    Have you tried switching to the Twenty Ten theme to rule out any theme-specific problems.

    I switched just now… I still don’t see breadcrumbs. Just the next/previous blog links – I assume those are NOT the breadcrumb links.

    Hey Guys, check this out:
    https://yoast.com/wordpress/breadcrumbs/

    You have to add a snippet of code to your template file(s) where you’d like the breadcrumbs to show up:

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not Working @ All’ is closed to new replies.