Is there any way to show breadcrumbs ONLY on child pages and not the parent pages?
Is there any way to show breadcrumbs ONLY on child pages and not the parent pages?
Perhaps you could create a page template for your child pages and only add the code generating your breadcrumbs to this.
You could probably use if ( is_child ) tag in your template php.
You must log in to post.