wordpress - Yoast SEO Breadcrumbs, Custom Post Type Not Working -


i've set custom post type on blog. on individual posts, yoast seo breadcrumbs don't seem link parent post type. example, can see in entry...

http://thesoundtestroom.com/app_entry/beathawk

the home , parent links styled correctly (orange), , parent link correct. why not displaying link?

it displayed link, there <div> layer above it.

you can solve css...

  1. change .appstore-wrapper margin-top: -30px -10px

    .appstore-wrapper { margin-top: -10px; }

  2. remove first empty frame in html or add:

    .appstore-wrapper div:first-child { display: none; }


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -