• Home
  • WordPress
  • web Hosting
  • linux
  • mysql
  • nginx
  • apache2
  • devops

Raju Ginni

wordpress tutorials seo hosting etc

You are here: Home / wordpress tutorials for beginners advanced complete guide to run WordPress / wordpress breadcrumbs not showing full path

wordpress breadcrumbs not showing full path

 

Table of Contents

Toggle
  • Categories Not Showing in breadcrumbs in posts
    • Pages breadcumbs not showing parent child pages path
  • WordPress breadcumbs showing entire title
    • Yoast seo truncate breadcrumb
    • How to fix old URLs in Yoast SEO breadcrumbs
  • Rank Math SEO breadcumbs better

Categories Not Showing in breadcrumbs in posts

In yoast seo settings >> click which taxonomy type cateogires or tags show in breadcumbs for post types pages or posts.

enabled cateogries now showing full path.

Pages breadcumbs not showing parent child pages path

fix: add as child page attribute select parent

Home » Salary 7th CPC pay matrix table for central govt employees » SSC CHSL Posts list salary syllabus details LDC JSA DEO

Tip: 1st enbale in your theme just like genesis show breadcumbs on page , posts

WordPress breadcumbs showing entire title

If your WordPress breadcrumbs are displaying the entire title of a page instead of a concise summary, it usually means that the settings in your SEO plugin (like Yoast SEO) are not configured to properly truncate the titles for the breadcrumbs; you likely need to adjust the “Breadcrumb Title” setting to limit the character count displayed.

Yoast seo truncate breadcrumb

we need some piece of code to function.php  yoc find on github

Yoast Seo>> Settings>>Advanced>> Breadcumbs

How to fix old URLs in Yoast SEO breadcrumbs

Note: problem fixed after resetting yoast seo meta data table called indexable.

it likely means there’s a caching issue, outdated permalink settings, or a problem with how Yoast is reading your site structure; to fix this, you can try clearing your website cache, updating your permalinks, re-indexing your site in Yoast.

  1. Install and activate the Yoast Test Helper plugin.
  2. In the WordPress admin panel, go to “Tools” » “Yoast Test”.  (The Yoast SEO upgrade routine was executed.)
  3. Click the Reset Indexables tables & migrations button.  (caution lose data)  

Indexables store the metadata for all your pages in a separate database table – the Indexables.

Because some of your SEO data was reset by the Yoast Test Helper, your SEO data needs to be reprocessed. We estimate this will take a couple of minutes.

  1. Go to “SEO” » “Tools”.
  2. Click the Start SEO data optimization button.
  3. Check the URLs in the breadcrumbs again – they should now be correct.

 

  • Re-index your site in Yoast:
    • Access Yoast SEO settings > Tools. 
    • Click “Process and speed up site” to re-scan your website and update the data. 

Rank Math SEO breadcumbs better

WordPress Dashboard → Rank Math SEO → General Settings → Breadcrumbs provides you with a series of options to set up and modify the breadcrumbs on your site.

Code approch to function.php

 

function wpb_custom_breadcrumbs() {
    // Breadcrumbs for single post
    if (is_single()) {
        global $post;
        $categories = get_the_category($post->ID);
        if ($categories) {
            $output = '<a href="' . get_permalink(get_option('page_for_posts')) . '">Blog</a> &raquo; ';
            foreach ($categories as $category) {
                $output .= '<a href="' . get_category_link($category->term_id) . '">' . $category->name . '</a> &raquo; ';
            }
            $output .= get_the_title();
            return $output;
        }
    }
    // Your existing breadcrumb code here for other page types...
}

single.php

echo wpb_custom_breadcrumbs();

wordpress tutorials for beginners advanced complete guide to run WordPress

  • wordpress speed optimization Speed up wordpress Score on Google pagespeed
  • best wordpress plugins social, seo, Backup, speed up your blog
  • TOP 10 Wordpress Themes Premium/ Free & providers
  • Wordpress Adsense Plugins & Manually
  • Social share buttons for website Wordpress Blogger
  • How to bulk delete in wordpress posts, pages, Media Images, tags and categories
  • TOP 5 Best wordpress comment plugins 2020 (disable pingback, replytocom, customize form)
  • all in one seo pack vs yoast seo pressor
  • Auto post to Facebook, twitter, Google Plus Wordpress Posts 2019
  • wordpress plugins that slow down your site and its alternatives
  • How to use wordpress tags and categories
  • Wordpress duplicate thin content Issues {FIXED}
  • how to increase wordpress memory & file upload size
  • combine rss feeds wordpress
  • Reduce the impact of third-party code ,optimize JS delivery, Minify, remove unused js, pre connect, inline, lazy load etc
  • change wordpress site url internal links in mysql command phpmyadmin
  • install wordpress on ubuntu nginx lemp command line apache debian
  • Wordpress Security Plugins 2021 (Brute force, Login lockdown, Malware scanner etc)
  • website cache best caching plugins wordpress w3tc cloudflare
  • How to add adsense amp ads to wordpress
  • wordpress password reset in 3 ways mail, phpmyadmin, mysql command
  • how i recovered hacked website site 5 times ft wordpress?
  • wordpress redirection examples Rankmath seo
  • enable browser caching in wordpress apache nginx caching headers explained
  • W3TC w3 total cache plugin setup guide review comparison with wp rocket and wp super cache
  • Wordpress database optimization (don't neglect) plugins & phpmyadmin manually
  • Optimize css delivery inline critical css, remove unused css, render blocking css
  • Converting WordPress into static website speed after 1 second dynamic 3 seconds
  • Wordpress errors and fix
  • Rules to get 100/100 in Google pagespeed web core vitalsscore
  • Install xamp & wordpress on localhost windows
  • favicon ico Change / Add / Disable favicon in wordpress Ft Genesis Theme or any theme
  • increase wordpress memory limit (how to ) 40MB , 64 MB 128 MB or 512 MB maybe 1024MB
  • wp cron job check working or not disable enable change schedule
  • google analytics plugins for wordpress #sitekit #monsterinsights gadwp back as gainwp
  • Lazy Load Adsense to improve core web vitals - Vs revenue
  • xmlrpc php wordpress uses, disable without 403 error log message
  • wordpress 304 header implement using plugin
  • wordpress change post date programmatically (auto on update like blogger
  • sorry you are not allowed to access this page. admin WordPress options table
  • clone wordpress in linux ubuntu server lemp nginx
  • Cloudflare cache rules for WordPress along with page rules cache level everything
  • wordfence-waf.php fatal error fixed after migration
  • Cloudflare page rules cache level everything redirect and sub domain
  • wordpress delete all posts from database mysql query for phpmyadmin
  • php fpm oom killer problem how to dig it.. memory pool and execution time
  • nginx wordpress multisite subdirectory multiple domains
  • Helpful Content update recovery Trying to dig it
  • How to Move a Single WordPress Site into a Multisite
  • Enable multisite in wordpress in 3 steps problems datbase error
  • Seprate single site from wordpress multisite domain based
  • Error establishing a database connection wordpress multisite
  • Add single wordpress to MultiSite wordpress
  • genesis theme cateogory customization examples
  • could not insert term into the database. wordpress
  • wordpress breadcrumbs not showing full path
  • There has been a critical error on this website fed up
  • Site structure WP categories vs sub pages or multisite posts or pages
  • WordPress pyramid structure Permalinks Category vs sub pages vs multisite

hi i am raju ginni, primalry i manage wordpress websites on GCP cloud platform as a cloud engineer, and create content on passionate things.
you can follow me on youtbe

© 2025 - All Rights Reserved Disclaimer & Privacy Policy