Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Breadcrumb trail – Use menu name instead of title

    • 10 years ago rmiller
      Participant

      Expired

      I would like the breadcrumb trail to use the Menu Label versus the Page Title.

      I see that breadcrumbs are declared under includes/view/page_header.php. How can I modify this file to accomplish my purpose?

      Thank you for your time.

    • 10 years ago Mirela
      Participant

      Hello,

      Sorry but this is not possible.

      Best regards!

    • 10 years ago rmiller
      Participant

      Expired

      I figured out how to do it so I thought I would post it here for anyone that has a need for this.

      I added the following to the chilf theme’s functions.php:

      // Show menu label in breadcrumb trail

      function get_menu_label_by_post_id($post_id, $menu) {
      $menu_title = ”;

      $nav = wp_get_nav_menu_items($menu);

      foreach ( $nav as $item ) {

      if ( $post_id == $item->object_id ) {

      $menu_title = $item->post_title;

      break;

      }

      }

      return ($menu_title !== ”) ? $menu_title : get_the_title($post_id);

      }

      After copying includes/view/page_header.php to the child folder, make the following adjustment.

      Find:
      <li class=”active”>“><?php echo esc_html($title) ?>

      and replace with:
      <li class=”active”>“><?php echo get_menu_label_by_post_id($post->ID, ‘Main Menu’) ?>

      Where ‘Main Menu’ is declared, change this to the menu name being used in Appearance > Menus.

    • 10 years ago Mirela
      Participant

      Hello,

      Thanks you for the feedback!

      Best regards!

Viewing 3 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password