• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Genesis Theme Framework a2z

Genesis Theme Framework a2z

WordPress Dynamic API Reference

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / Parsed Source / Parsed: 49888
  protected function get_archive_crumb() {

    $crumb = '';

    if ( is_category() ) {
      $crumb = $this->get_category_crumb();
    } elseif ( is_tag() ) {
      $crumb = $this->get_tag_crumb();
    } elseif ( is_tax() ) {
      $crumb = $this->get_tax_crumb();
    } elseif ( is_year() ) {
      $crumb = $this->get_year_crumb();
    } elseif ( is_month() ) {
      $crumb = $this->get_month_crumb();
    } elseif ( is_day() ) {
      $crumb = $this->get_day_crumb();
    } elseif ( is_author() ) {
      $crumb = $this->get_author_crumb();
    } elseif ( is_post_type_archive() ) {
      $crumb = $this->get_post_type_crumb();
    }

    
/**
 * Filter the Genesis archive breadcrumb.
 *
 * @since 1.5.0
 *
 * @param string $crumb HTML markup for the archive breadcrumb.
 * @param array  $args  Arguments used to generate the breadcrumbs. Documented in Genesis_Breadcrumbs::get_output().
 */
    return apply_filters( 'genesis_archive_crumb', $crumb, $this->args );

  }
 

Published: 25th November 2019 | Last updated: 25th November 2019

Primary Sidebar

Information

Source ref: Genesis_Breadcrumb::get_archive_crumb() – Return archive breadcrumb.
Parse count / Source file date: 1569839049
MD5 hash: bbab22054db89ab8ec9c0a48c9ea1445

Footer

Genesis a2z
Genesis Theme Framework a2z
WordPress Dynamic API Reference
WordPress 5.9.3
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  genesis.wp-a2z.org
© Copyright Genesis a2z 2014-2022. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites