Breadcrumb_Trail::add_default_archive_items()
Method: Adds the items to the trail items array for archives that don’t have a more specific method defined in this class.
Source: theme-framework/kernel/breadcrumb-trail.php:890
Method: Adds the items to the trail items array for archives that don’t have a more specific method defined in this class.
Source: theme-framework/kernel/breadcrumb-trail.php:890
Method: Adds the items to the trail items array for search results.
Source: theme-framework/kernel/breadcrumb-trail.php:907
Method: Adds the items to the trail items array for 404 pages.
Source: theme-framework/kernel/breadcrumb-trail.php:923
Method: Adds a specific post’s parents to the items array.
Source: theme-framework/kernel/breadcrumb-trail.php:937
Method: Adds a specific post’s hierarchy to the items array. The hierarchy is determined by post type’s rewrite arguments and whether it has an archive page.
Source: theme-framework/kernel/breadcrumb-trail.php:980
Method: Adds a post’s terms from a specific taxonomy to the items array.
Source: theme-framework/kernel/breadcrumb-trail.php:1058
Method: Get parent posts by path. Currently, this method only supports getting parents of the ‘page’ post type. The goal of this function is to create a clear path back to home given what would normally be a “ghost” directory. If any page matches the given path, it’ll be added.
Source: theme-framework/kernel/breadcrumb-trail.php:1097
Method: Adds the items to the trail items array for post type archives.
Source: theme-framework/kernel/breadcrumb-trail.php:667
Method: Searches for term parents of hierarchical taxonomies. This function is similar to the WordPress function get_category_parents() but handles any type of taxonomy.
Source: theme-framework/kernel/breadcrumb-trail.php:1155
Method: Adds the items to the trail items array for user (author) archives.
Source: theme-framework/kernel/breadcrumb-trail.php:704