Sybre Waaijer
Sybre Waaijer
In TSF v5.0, the `uid` function/filter argument is fully incorporated, but it has an edge-case issue regarding backward compatibility: - When a `uid` is forwarded from/to TSF before v5.0, the...
From [Dmitry's suggestion](https://wordpress.org/support/topic/schema-markup-on-the-authors-page/): When the options are added, we can integrate [ProfilePage structured data](https://developers.google.com/search/docs/appearance/structured-data/profile-page).
This feature appears deprecated, and no one asked for it. Closing.
Merging this issue with #525, for they both alluded to an "auto" selection.
Hi @touchdowntech, have you tried [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/) yet? It won't respond to TSF's primary term settings (maybe I can make that work with their new `bcn_before_loop` filter), but everything else...
The jack of all trades is often a master of none. Why not rely on two masters? 😄
In https://github.com/sybrew/the-seo-framework/commit/bf0ac1e963c74a7d9c26c225979330ad2a7fb1f1, we now have a [Breadcrumb generator](https://github.com/sybrew/the-seo-framework/blob/e44d72af7fc6a71c79de59600ed259a015c5e022/inc/classes/meta/factory/breadcrumbs.class.php) available (file location pending) that serves to work on every page you throw at it. `tsf()->breadcrumbs()->get_breadcrumb_list()` will provide you an array with...
You can ignore the commit above -- I added the wrong reference.
Shortcode `[tsf_breadcrumb]` will be introduced in the following commit. It will output breadcrumbs using [WIA-ARIA's accessibility recommendation](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current#example). Hence, its output will look like this: ```HTML HomeExample CategoryExample Post.tsf-breadcrumb ol{display:inline-flex;list-style:none}.tsf-breadcrumb ol...
Changed: The last commit removes (almost) all blockers we had. We may forgo supporting NavXT since we now generate all structured data and breadcrumbs in one churn -- reducing performance...