Breadcrumb_Trail::add_year_archive_items()
Method: Adds the items to the trail items array for year archives.
Source: theme-framework/kernel/breadcrumb-trail.php:865
Method: Adds the items to the trail items array for year archives.
Source: theme-framework/kernel/breadcrumb-trail.php:865
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:889
Method: Adds the items to the trail items array for search results.
Source: theme-framework/kernel/breadcrumb-trail.php:906
Method: Adds the items to the trail items array for 404 pages.
Source: theme-framework/kernel/breadcrumb-trail.php:922
Method: Adds a specific post’s parents to the items array.
Source: theme-framework/kernel/breadcrumb-trail.php:936
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:979
Method: Adds a post’s terms from a specific taxonomy to the items array.
Source: theme-framework/kernel/breadcrumb-trail.php:1057
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:1096
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:1154
Method: Adds the items to the trail items array for day archives.
Source: theme-framework/kernel/breadcrumb-trail.php:782