UCF / UCF-WordPress-Theme

A generic, responsive WordPress theme for UCF websites, built off of the Athena Framework.
3 stars 6 forks source link

Add option to display breadcrumbs below post content #84

Open cjg89 opened 4 years ago

cjg89 commented 4 years ago

Description

Add an option to display a basic Athena breadcrumb bar underneath the page content (above the site footer).

We've implemented this already in the FinAid Child Theme as a feature dependent on Yoast SEO, but we'll want to add more granular control over how breadcrumbs are activated, and ensure compatibility with our other CPT/taxonomy plugins (FAQs comes to mind, since it requires special overrides).

Why it's Important

Alternatives

Possible Implementation

Example from Coronavirus Child Theme: https://github.com/UCF/Coronavirus-Child-Theme/pull/17/files

Additional context