Sybre Waaijer

Results 433 comments of Sybre Waaijer

@askel45 thanks for dropping by! Alas, the filter you provided is not related to this feature request. ☹️ Moreover, TSF provides the feature you proposed in that snippet already. https://github.com/sybrew/the-seo-framework/blob/4.1.1/inc/classes/bridges/feed.class.php#L176-L199

This bug is caused because of a JavaScript issue in Polylang, that seemingly removes any unknown callback output, including ours.

This issue also obliterates our data for quick-edit.

Our users also want to see some REST support. When this issue is implemented, we can easily expand to wards that.

With the aforementioned [meta tag generator trait](https://github.com/sybrew/the-seo-framework/blob/3.2/inc/traits/generator/meta.trait.php), users can add custom attributes to tags. See `make_tag()`'s foreach loop. Here's a [use case](https://wordpress.org/support/topic/adding-a-meta-name-in-output-of-social-data/).

It takes me anywhere around two months of excruciating work, or about eight months more tolerable, to complete a stable major release. I also need to work on Extension Manager,...

Note that TSF v4.1.0 boasts **113 simple options**, and **8 option generators** (post-type/taxonomy robots/exclusion options). More generators are planned for post type archives and other content types (#20), among adding...

I just dug through all the settings. Below my comments, I've ordered the settings by type. **To summarize the scrutiny:** - We do not need to integrate a setup wizard....

Hello! You can customize the behavior via this filter: `the_seo_framework_image_generation_params`. E.g., if you no longer want it to get images from the content, add this to your site: ```php add_filter(...

The installer was added in 59be3363f7d03ccaaa09e0738b55825b6a5a1df7. But, it was removed later because we shouldn't install plugins from non-WordPress.org sources (we moved the plugin from w.org to our own hosting). With...