Ben Huson

Results 134 comments of Ben Huson

Searching the codebase returns many "wps_subtitle" but I think it might just be the REST reference, and the one in the `is_current_subtitle()` that reference the meta key and need to...

It's still working for me and no known issues requiring an update. I'll try to find a moment to bump the WP compatibility info on Wordpress.org

Compatibility is now updated On Thu, 15 Feb 2024 at 15:30, Thomas Jarvis ***@***.***> wrote: > @benhuson Thanks Ben, > The client is going through a security audit and this...

Hi @Jab2870 Would you be able to download and test this updated version and see if it fixes the issue for you. https://github.com/benhuson/Taxonomy-Images/tree/fix/image_resize Thanks Ben

I have a development branch that starts to add this functionality: https://github.com/benhuson/wp-subtitle/tree/feature/term You may download that and tests if it suits your needs. It will be integrated into the main...

See PR #51 I am using it in several production sites, so when I add it to the core plugin it will use the same API calls: ``` // Example:...

Just re-reading the title of this issue, did you mean display a post subtitle against each post on an archive page, or allow terms to have subtitles so you could...

The `do_action( 'plugins/wp_subtitle/the_archive_subtitle' )` API I have added will output subtitles on category, tax and taxonomy pages, where you can add a subtitle via the admin. Post Types don't currently...

Yes, that sounds like a good idea. As part of that I would probably review how filters are used through the plugin and the arguments that can be passed to...

Where a bouts would you want it included? As part of the RSS title? Or at the top of the content?