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...
change .appstore-wrapper margin-top: -30px -10px
.appstore-wrapper { margin-top: -10px; }
remove first empty frame in html or add:
.appstore-wrapper div:first-child { display: none; }
Comments
Post a Comment