NiceThemesbreadcrumbs – NiceThemes http://nicethemeswp.com/forums/topic/breadcrumbs/feed/ Wed, 23 Apr 2025 15:29:24 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4145 <![CDATA[breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4145 Wed, 28 May 2014 18:04:03 +0000 mariehdb Hi,

I’d like to add breadcrumbs to my website.
I have the Yoast WordPress SEO plugin that should take care of everything, but you need to add this bit of code:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('’,”);
} ?>

…but it doesn’t work, nothing happens 🙁

Any suggestions/ideas about how I could add breadcrumbs, with or without using this plugin?

]]>
http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4146 <![CDATA[Reply To: breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4146 Wed, 28 May 2014 18:33:42 +0000 Juanfra Aldasoro Hi,

Thanks for writing.

Unfortunately we can’t provide support on plugins made by other companies. I’d recommend you to check where is that you’ve added the snippet.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4147 <![CDATA[Reply To: breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4147 Wed, 28 May 2014 18:35:34 +0000 mariehdb Hi Juan,

I completely understand that.
However do you have an alternate way to add breadcrumbs in the theme? Given that’s important for SEO, I think it would be a nice feature.

Thanks!

]]>
http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4148 <![CDATA[Reply To: breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4148 Wed, 28 May 2014 18:37:56 +0000 Juanfra Aldasoro Hi,

Since framework version 1.1.2 we’ve included the function nice_breadcrumbs()

If your site is using that version you may want to give a try.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4288 <![CDATA[Reply To: breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4288 Sat, 21 Jun 2014 10:23:30 +0000 mariehdb I just got around to update the framework! Yet can’t find where to activate the breadcrumbs?

Thanks!

]]>
http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4290 <![CDATA[Reply To: breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4290 Sat, 21 Jun 2014 13:27:35 +0000 Juanfra Aldasoro Hi Marie,

Thanks for the follow up. The function nice_breadcrumbs() is included since version 1.1.2 of the framework, onwards. That means that you can use it in order to display the breadcrumbs, from the templates:

nice_breadcrums();

I thought that you could implement that when you quoted the function from yoast’s plugin.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4292 <![CDATA[Reply To: breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4292 Sat, 21 Jun 2014 14:31:08 +0000 mariehdb ok, I think I get it 🙂 Should I just copy/paste it in the templates of pages where I want breadcrumbs to appear? (sorry, I’m no php specialist, I like instructions written for 2 years olds LOL )

]]>
http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4296 <![CDATA[Reply To: breadcrumbs]]> http://nicethemeswp.com/forums/topic/breadcrumbs/#post-4296 Sat, 21 Jun 2014 14:39:14 +0000 Juanfra Aldasoro Yes, that’s right. Please have in mind also that you’ll need to have styles for them to display properly.

For example, in Flatblase, our latest theme, we use the following CSS:

.nice-breadcrumb{ margin-bottom: 20px; color: #aaa; text-transform: uppercase; font-size: 12px; }
.nice-breadcrumb a,
.nice-breadcrumb .sep{ color: #D0D0D0; margin-right: 4px; border: none }
.nice-breadcrumb a:hover{ border: none; }

Best,
Juan.

]]>