Hello @laurenpinson,
you can add this code into custom CSS box to remove the date.
.entry-date{
display:none;
}
@sonamdev
Thanks! But that didn’t work for me. Here is a link to a page I’d like to edit.
http://blog.pti-nj.com/wp/2019/07/19/wine-and-phenolics/
I’d like the breadcrumbs to be Home > Blog > Wine and Phenolics
Hi,
You can show breadcrumbs like Home > Category > Wine. If that is fine, please go to Settings > Permalinks and under Common Settings select Post Name and save.
If you want to show in a format: Home > Blog > Wine, you need to use Category Base for which I recommend you to search tutorial to do so.
Finally, if you do not want to do this way at all, you can create a child theme for Zakra and override function to show breadcrumb in a format as you like.
I hope this helps. Thanks.