Yoast Breadcrumbs I am using Yoast WordPress SEO Plugin in my Website "FlaxG" and its working Great for Me. I have gone through the Yoast WordPress SEO Tutorial and found that using Breadcrumbs in our website gives good results in Search Engine and its easy for the users to navigate through our website also, when i went through the Yoast Breadcrumbs Guide they told to insert the Yoast Breadcrumbs HTML code in WordPress theme’s template(s). <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?> HTML: But i don't have knowledge in HTML & theme’s template settings, so i need a Guidance in inserting the Code in to my WordPress theme. And i am using "Woo Canvas Theme" 5.0.3 in my Website.
In the appearances menu where you go to set your theme, the last sub-menu option should be titled "editor" That's where you want to go. It will show you a list of all the files used in your theme on the right hand side, and you want to click on the "Theme Functions" file and put it in there I'm pretty sure, as you're adding a function. Yoast should have more details specifically for you, and also check with your theme documentation because it's all php code and it is possible to do the odd thing differently in different themes.
when i am adding the Breadcrumbs script in my header.php the Breadcrumbs is showing on the top of my Website Logo , but i want to show the Breadcrumbs starting of the post !