Ask About Conditional Breadcrumbs Display

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Jun 05, 2014 9:52 am
Hi,

How to make the breadcrumbs only shown at a post, category and pages, except home and except buddypress pages? Help me for the conditional rule that i must use. I only know !is_home() rule.. :D

ty..
User avatar
Junior Boarder

GK User
Thu Jun 05, 2014 12:16 pm
Hi,

Code: Select all
is_singular() || is_category()


to show on pages/posts and catgory (except homepage) but there's a problem because buddypress is also based on pages.
Try to check these conditional tags for buddypress:
http://codex.buddypress.org/developer/t ... reference/
User avatar
Moderator


cron