Forums
(@comarkonani)
15 years, 3 months ago
I think what oldcastle means above is that if its a single custom post you should replace echo get_category_parents($cat, FALSE, ' » ');
echo get_category_parents($cat, FALSE, ' » ');
with echo get_post_type( $post ). ' » ';
echo get_post_type( $post ). ' » ';