ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

fix: :alembic: Change breadcrumbs list tag to `<ol>` #335

Closed Herm71 closed 1 month ago

Herm71 commented 1 month ago

Hoping this adds a position attribute to list items.

What does this do/fix?

This is a test to possibly fix issue #330 . It changes the list_tag to ol in the $args array in the Breadcrumbs constructor.

The idea is that an "ordered list" will add a "position" attribute to its list items. The way to test this is to implement it and then go into Google Search Console and issue a "fix."

If it doesn't work, we need to re-evaluate.