The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
911 views

Using Wordpress to make a “Product Search” type navigation drilldown

This is somewhat of a follow-up to a question I asked some time ago: Trying to design nice category drilldown with one "held" taxonomy and a repeatable list of categories I've sort of got ...
4
votes
1answer
194 views

Making breadcrumb with wp_nav_menu

I was looking for a quick and dirty method to output a breadcrumb navigation on a WP site, without requiring the installation of a plugin and also leveraging the built-in WP menu. Here's what I came ...
3
votes
5answers
692 views

recommended breadcrumb plugins with possibility for hiding “Home” link

I am using Breadcrumb NavXT plug-in in my pages but now I am facing a problem I need to hide the "Home" link in some pages. I can do that either by hiding it in CSS or by not creating it at all. ...
2
votes
1answer
2k views

show current navigation path from menu

I want something like this Home > Products > Steel > Nails This information should come from the menu structure! I installed Breadcrumb NavXT but it seems that it only takes the path I defined (this ...
2
votes
0answers
66 views

Breadcrumbs which show parent category as well as childcategory

there is any plugin to show breadcrumbs included child category also most of plugin support for parent category for example : home >category 1 >subcategory 2 >subcategory 3 >post (most of time we ...
1
vote
2answers
817 views

How-to get the get_category_parents() breadcrumbs trail without link on last item

Just a question : I want to use get_category_parents() to display a breadcrumb on a category archive page, but with no link on the current displayed category (SEO purposes, because they say that's a ...
1
vote
1answer
1k views

If on term-page -> get the current term?

I'm trying to write a kind of "breadcrumb" function in my "functions.php" I'd like to query if I'm on a term-page and if so I want to print the current term I'm in. By "term-page" I mean the ...
1
vote
1answer
253 views

breadcrumbs & rel=“nofollow”

Should a breadcrumbs navigation have links set to rel="nofollow"?
1
vote
1answer
430 views

Slugs as breadcrumbs for Pages

I´m trying to create a function that creates a breadcrumb trail of Page slugs outside of The Loop. These breadcrumbs show the path from the homepage to the current (sub)page. For example, on the ...
1
vote
1answer
263 views

Custom walker to generate menu with integrated breadcrumb dropdowns

Have been trying to write a custom walker class which returns a wp_custom_menu as follows. http://i.stack.imgur.com/lC5cP.png Planning to enhance the different states with some scripting. The page ...
1
vote
0answers
20 views

BbPress Register Page in Breadcrumbs

For some reason, the Forums Register page in bbpress plugin is appearing in the breadcrumb, take a look: http://putonthestand.com/forums/topic/let-the-dead-bury-the-dead/
1
vote
1answer
2k views

Breadcrumbs showing Parent and Child Pages

We are trying to create a function for breadcrumbs that will show not only the path to the current page, but also to other pages with the same parent page. For instance, on ...
0
votes
1answer
36 views

Adding a line of text to php code

My wordpress theme has a button to turn breadcrumbs on or off. I want to leave the breadcrumb turned off and place a line of text where the breadcrumb would display on all pages except the home ...
0
votes
1answer
116 views

Wordpress SEO plugin (by Yoast) and BuddyPress

I'm using Yoast's Wordpress SEO plugin to generate breadcrumbs for my site. The problem is that when it comes to BuddyPress pages, the breadcrumbs can't see a member's profile page. Right now it shows ...
0
votes
1answer
101 views

Breadcrumb ordered wrongly

/*Breadcrumb*/ if ( ! function_exists( 'seobreadcrumbs' ) ) : function seobreadcrumbs() { $separator = '&rsaquo;'; $home = 'Home'; echo '<div xmlns:v="http://rdf.data-vocabulary.org/#" ...
0
votes
1answer
192 views

Adding a Span Class in a Function

Link: http://themeforward.com/demo2/2011/01/02/centered-and-captioned-image-longer-title/ I've tried this about 8 times and need some help. For the bread crumbs (navigation trail on the top of the ...
0
votes
1answer
204 views

breadcrumb need to show all pages and subpages

am using Breadcrumb NavXT plugin. i want to show all the pages and subpages in breadcrumb.i know this is tough to understand, so am explain briefly here. i have the pages: ->mainpage ...
0
votes
2answers
220 views

Breadcrumbs stop working on a specific template file

I'm working on a theme and i use dimox's breadcrumbs to display breadcrumbs in the footer, so far so good, works almost flawlessly BUT there's one template file where i use 2 loops and i'm guessing ...
0
votes
1answer
123 views

Breadcrumbs: Search result not displayed when static page is on top

Uhm, this is quite a weird problem and I'm trying to make sure that I explain it well enough so that you understand what I'm talking about. So, I'm using breadcrumbs in my header area. It all works ...
0
votes
1answer
225 views

SHOPP breadcrumbs (that work!)

Anyone who has used SHOPP, the ecommerce plugin, will know that the breadcrumbs are a little crappy... I would like them to work throughout the site. I currently use Yoast Breadcrumbs plugin, but the ...
0
votes
1answer
239 views

delete a page from a breadcrumb trail

Currently I am working on adding a breadcrumb without a plugin to a site. I found several possibilities on how to do that, but what I specifically want is to take one Page out of the trail. My ...
0
votes
0answers
11 views

How to add a page to the Yoast breadcrumbs

I am using Yoasts Wordpress SEO and I have set up my breadcrumbs. The problem is that my page setup is s follows. / /about /blog - On this page I query the posts and display them. The posts ...
0
votes
0answers
13 views

Problem retrieving informations and displaying desired structure with custom post type and taxonomy

I have to create a website with a part concerning houses, grouped by type. I thought of using custom post type "house" and custom taxonomy "house_type". function custom_post_house() { $labels = ...
0
votes
0answers
24 views

Breadcrum not displaying the parent page

I have few pages - HOME - SERVICES ---- MY SERVICE My problem is that when I open My service page the breadcrumb looks like this: home > My service And I would need the parent to be there: ...
0
votes
0answers
41 views

Hierarchy/Relationship and Archive Page for 2 Custom Post Types

I created 2 custom post types: Contests and Battles. Contests is made of several Battles so I need a relationship between those 2. Contest also has a custom taxonomy called Genre. So I used the ...
0
votes
0answers
52 views

Customizing a php generated link

Good Day I am using Wordpress, and I am using a breadcrumbs plugin (Breadcrumb NavXT). Now it works great, exept that I would like to customize the way it links to a specific link: Now here is the ...
0
votes
0answers
59 views

Setting breadcrumbs to show both parent and child

Good day In Wordpress, I have a a parent category and several child categories of that parent. Now I made a post that has category 'child'. Whenever I click on the post in the browser, the breadcrumb ...
0
votes
0answers
62 views

Site navigation breadcrumbs not displaying correctly

Good Day Please look at my site here: If you look at the 'Products' tab, it has sub menus and the sub menus has sub menus. However when I click on any of the sub menus, the breadcrumbs on the top ...
0
votes
1answer
83 views

Breadcrumb is not generating the correct post page url

I have created a custom posts type cities and the code for its deceleration is register_post_type('City',$args); $labels = array( 'name' => _x('Cities', 'post type general name'), ...
0
votes
1answer
418 views

how do I create a breadcrumb to work with multiple custom taxonomies

I have created several custom post types, and custom taxonomies to manage my large art portfolio. All of this is working very well. There is a post type for "art" and "design" as well as custom ...
0
votes
1answer
696 views

Breadcrumb NavXT plugin - exclude 'home' page

Does anyone know how to exclude the breadcrumb from appearing on the 'home' page only using this plugin? I have currently got it set up in the header template and so it is appearing on every page.
-1
votes
1answer
60 views

How to add breadcrumbs to any WordPress theme

How can I add a breadcrumb trail to the top of every page of my site? I wait to to look like: "You are here: (page name)"
-3
votes
0answers
22 views

how to make Breadcrumbs for any types of link starting with home [closed]

how to make Breadcrumbs for any types of link starting with home ex home > services > computer > windows