LocationContactPhone
  • StartNEU!
  • Portfolio
  • Kontakt
  • Datenschutz
  • Impressum
  • Click to open the search input field Click to open the search input field Suche
  • Menü Menü

Breadcrumbs Shortcode

Du bist hier: Startseite1 / Breadcrumbs Shortcode
function custom_title_breadcrumb_shortcode() {
    ob_start(); 

    $page_title = get_the_title(); 
    $page_link = get_permalink( $entry->ID );
    $breadcrumbs = Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );

    // HTML-Template für die Ausgabe
    echo '<div class="alternate_color title_container custom-title-breadcrumb">';
    echo '<h1 class="main-title"><a href="'. $page_link .'" rel="bookmark" title="' . __( "Permanent Link:", "avia_framework" ) . ' ' . esc_html( $page_title ) . '"      >' . esc_html($page_title) . '</a></h1>';
    echo '<div class="breadcrumb-title">' . $breadcrumbs . '</div>';
    echo '</div>';

    return ob_get_clean();
}
add_shortcode('title_breadcrumb', 'custom_title_breadcrumb_shortcode');

Layout of that page:

#top .avia-section.breadcrumb-section {
  min-height: 0;
}

#top .avia-section.breadcrumb-section .content {
  max-width: 100%;
  padding: 10px 0;
}

#top .alternate_color.title_container.custom-title-breadcrumb {
  background-color: var(--enfold-alternate-color-bg);
}

#top .title_container.custom-title-breadcrumb .breadcrumb {
    right: 0;
    /*** if you do not like to have breadcrumb 
      display: none;
   ***/
}

Webers Webdesign

Kontakt

Geschlossen - öffnet am Freitag (12.12.) um 08:00 Uhr

Adresse

Webers Webdesign
Ludwig-Schopp-Straße 27
53117 Bonn

Anfahrt

Telefon

+ 49 228 9768293

Anrufen

E-Mail

info@guenterweber.com

E-Mail senden

You are currently viewing a placeholder content from Google Maps. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.

More Information
Accept required service and unblock content
© 2025      Website Design by: Webers Webdesign
  • Link zu Facebook Link zu Facebook Link zu Facebook
  • Link zu X Link zu X Link zu X
  • Link zu Instagram Link zu Instagram Link zu Instagram
  • Datenschutzerklärung
  • Impressum
Nach oben scrollen Nach oben scrollen Nach oben scrollen