[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fEdRWY_3pZsXr-yLAn4RtIt3PUofyDvO4eZMub8G01BM":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"fesomia","https:\u002F\u002Fprofiles.wordpress.org\u002Ffesomia\u002F",2,5030,89,30,86,"2026-04-04T13:41:03.401Z",[13,36],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":25,"tags":26,"homepage":25,"download_link":32,"security_score":21,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"fsm-custom-featured-image-caption","FSM Custom Featured Image Caption","1.25.1","\u003Cp>This plugin allows adding custom captions to the featured images of the posts. It works with both Gutenberg and the classic editor.\u003C\u002Fp>\n\u003Cp>That’s how it works:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>If no caption is indicated, the plugin will display the generic caption defined in the Media Library.\u003C\u002Fli>\n\u003Cli>If a caption is indicated, the plugin will display this caption instead of the generic caption defined in the Media Library.\u003C\u002Fli>\n\u003Cli>If no caption is indicated and no legend exists in the Media Library, none will be displayed (obviously).\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The plugin also allows to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Hide the caption, either the original from the Media Library or the custom one.\u003C\u002Fli>\n\u003Cli>Entirely hide the featured image in the public view, without having to de-attach it from the post.\u003C\u002Fli>\n\u003Cli>Configure several options to modify the styles used in the caption.\u003C\u002Fli>\n\u003Cli>Output the text of the caption anywhere in your theme using a custom function.\u003C\u002Fli>\n\u003Cli>Output the featured image with caption inside your content with a shortcode.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For maintaining a semantic code, this plugin writes the caption in a \u003Ccode>\u003Cfigcaption>\u003C\u002Fcode> label.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>New in version 1.21\u003C\u002Fstrong>: Compatibility with Divi themes. This is an experimental feature to allow the plugin to work with Divi, as many users requested. Note that it may not work for all layouts, and that since it replaces the function divi uses to show featured images, when enabled it may potentially cause problems with older versions of Divi or if the core theme is updated. As always, it may also be necessary to add custom css to your theme to show the captions the way you want\u003C\u002Fp>\n\u003Ch4>Format\u003C\u002Fh4>\n\u003Cp>The caption will adopt the format specified for the \u003Ccode>\u003Cfigcaption>\u003C\u002Fcode> element and the wp-caption-text CSS class, which is common in WordPress themes.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>The plugin works out of the box. To start using it, all you need to do is activate it and play with the new options in your edit page. For advanced users, you will found a special settings page for fine-tuning some details.\u003C\u002Fp>\n\u003Cp>Go to \u003Cem>Settings > FSM Custom Featured Image Caption\u003C\u002Fem> to set up the CSS and HTML parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>CSS for caption text\u003C\u002Fstrong>: Choose one of the options to modify the class\u002Fstyles that will be used in the caption container (by default is wp-caption-text). Note that you can indicate more than one class separated with spaces.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Allow HTML code\u003C\u002Fstrong>: Check it if you want to parse the caption text as HTML if you need the browser to parse HTML tags instead of showing them. Keep in mind that incorrect HTML code or orphan tags can break your layout.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Allow shortcodes\u003C\u002Fstrong>: Check it if you want to parse the shortcodes present in the caption text. Note that if the shortcode returns HTML it will not be filtered, regardless of the “allow html code” option state; also, complex shortcodes output may alter your layout. When activated, you can write the shortcode you want to use in the caption box in the usual way, i.e. : \u003Ccode>Venetian landscape [myshortcode option1=\"text\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Show image captions in lists\u003C\u002Fstrong>: Disabled by default. Check if you want to show the caption when the featured image appears in lists, i.e. in a category page, in a widget with latest posts, etc. Note that some themes may add containers around the image (i.e. a link tag) witch can conflict with the aspect of the caption.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Enable compatibility with Divi themes\u003C\u002Fstrong>: Disabled by default. Allows the plugin to work with Divi. Please read the description and the FAQ sections for more info about this option\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Shortcode\u003C\u002Fh4>\n\u003Cp>We’ve added a shortcode that allows you to put the featured image (and it’s caption) in your page. Just write \u003Ccode>[FSM_featured_image]\u003C\u002Fcode> anywhere in the content edit box of your post or page to display it. You can also select the size of the image with the parameter “size”. Note that defined image sizes may differ between WordPress themes. The defaults are these: thumbnail, medium, medium_large, large and full.\u003C\u002Fp>\n\u003Cp>By using the shortcode, the plugin will try to remove the featured image from your theme’s default position to prevent it from appearing twice. Anyway, this is as this is an experimental feature and results may fluctuate. It also will not appear in lists.\u003C\u002Fp>\n\u003Cp>Note that the usage of the shortcode is not related to the “Allow shortcodes” option in the settings page.\u003C\u002Fp>\n\u003Cp>Usage example: \u003Ccode>[FSM_featured_image size=thumb]\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch4>For developers\u003C\u002Fh4>\n\u003Cp>The plugin comes with two public functions that allow you to get or output the featured image caption of the current post anywhere in your template.\u003C\u002Fp>\n\u003Cp>Once the plugin is activated, use \u003Ccode>\u003C?php get_FSM_featured_image_caption()?>\u003C\u002Fcode> to return a string containing the text that you can assign to a variable or \u003Ccode>\u003C?php the_FSM_featured_image_caption()?>\u003C\u002Fcode> where you like the caption be displayed.\u003C\u002Fp>\n\u003Cp>Both functions accept parameters passed inside an array with the following keys:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>tag\u003C\u002Fstrong>: The tag (without brackets) you want to use as a container. By default is \u003Ccode>div\u003C\u002Fcode>. If set to false, it will remove it and will return the caption text.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>class\u003C\u002Fstrong>: The name of the class\u002Fclasses you want to use for the container. Use spaces to separate them. Empty by default.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>style\u003C\u002Fstrong>: The CSS styles to be used in the container tag. Empty by default.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>force_visibility\u003C\u002Fstrong>: When set to true, it ignores the hide caption option defined by the post editor. Useful for displaying your caption in a different place, but showing the featured image. Default: \u003Ccode>false\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>allow_html\u003C\u002Fstrong>: like in the settings page, if set to true, allows the browser to parse the HTML code inside the caption text, else shows it as plain text. Default: \u003Ccode>false\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>allow_shortcodes\u003C\u002Fstrong>: again the same behaviour than in the settings page. Default: \u003Ccode>false\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ignore_original_caption\u003C\u002Fstrong>: stops using captions defined in the media library as a substitution when the caption field is empty. Default: \u003Ccode>false\u003C\u002Fcode>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Usage example: `php\u003Cbr \u002F>\nthe_FSM_featured_image_caption( array(‘tag’ => ‘p’, ‘class’ => ‘class1 class2’, ‘style’ => ‘color: red;’, ‘allow_html’=> true, ‘allow_shortcodes’=>true );\u003C\u002Fp>\n\u003Cpre>\u003Ccode>In Gutenberg themes, the plugin generates a nested \u003Cfigure> tag. If you need to ensure the resulting HTML code is syntactically proper, you can try using this filter in your theme functions.php file: add_filter('render_block_core\u002Fpost-featured-image', 'FSMCFIC_featured_image_block_fix', 10, 2);`\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Translations\u003C\u002Fh4>\n\u003Cp>The plugin comes up with three complete translations:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English (en)\u003C\u002Fli>\n\u003Cli>Spanish (es_ES)\u003C\u002Fli>\n\u003Cli>Catalan (ca)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can contribute to translating it into more languages at https:\u002F\u002Ftranslate.wordpress.org\u002Fprojects\u002Fwp-plugins\u002Ffsm-custom-featured-image-caption\u002F\u003C\u002Fp>\n\u003Ch4>Coming soon\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>More options for selecting the text to be used as the caption, allowing to choose amongst image Title \u002F Caption \u002F Alt Text \u002F Description and custom text.\u003C\u002Fli>\n\u003Cli>Options to fine-tune the shortcode.\u003C\u002Fli>\n\u003Cli>Have more ideas? We are open to hearing!\u003C\u002Fli>\n\u003C\u002Ful>\n","Allows adding custom captions to the featured images of the posts.",5000,121039,92,22,"2025-01-08T11:33:00.000Z","6.8.5","",[27,28,29,30,31],"caption","copyright","credits","featured-image","images","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffsm-custom-featured-image-caption.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":37,"name":38,"version":39,"author":4,"author_profile":5,"description":40,"short_description":41,"active_installs":9,"downloaded":42,"rating":43,"num_ratings":44,"last_updated":45,"tested_up_to":46,"requires_at_least":47,"requires_php":25,"tags":48,"homepage":25,"download_link":54,"security_score":55,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"fsm-backend-category-organizer","FSM Backend Category Organizer","1.15","\u003Cp>FSM Backend Category Organizer allows you to group and organize the categories (or any other user-created hierarchical taxonomy) on the post editing page, making it easier to sort through them in environments where there is a large number of categories.\u003C\u002Fp>\n\u003Ch4>The limitations of WordPress in assigning categories\u003C\u002Fh4>\n\u003Cp>By default, the WordPress category assignment box shows the categories in a list format only. This method can cause usability problems in environments with a lot of categories, especially when the users must scroll down a lot to see all of them.\u003C\u002Fp>\n\u003Cp>Additionally, it’s impossible to check at a glance all the categories that have already been assigned, due to the small dimensions of the box.\u003C\u002Fp>\n\u003Ch4>The FSM Backend Category Organizer solution\u003C\u002Fh4>\n\u003Cp>FSM Backend Category Organizer allows you to present the categories and another taxonomy items in a different and more organized way. Any main taxonomy item can become a tab that will display only their sub-items, separately from the rest. You can create as many item-tabs as you wish and order them however you want, or you can just create a list of all the first level categories in the current taxonomy (containing at least one child) by clicking the “Populate” button.\u003C\u002Fp>\n\u003Cp>All assigned items can be viewed at a glance in a list format, regardless of which tab has been marked. They can also be deselected quickly from this list.\u003C\u002Fp>\n\u003Cp>The plugin also allows you to show and hide the standard “All Categories” tab.\u003C\u002Fp>\n\u003Ch4>Translations\u003C\u002Fh4>\n\u003Cp>The plugin comes up with 3 complete translations:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English (en)\u003C\u002Fli>\n\u003Cli>Spanish (es_ES)\u003C\u002Fli>\n\u003Cli>Catalan (ca)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Some tips\u003C\u002Fh4>\n\u003Cp>You can move the new taxonomy assignment box to any position within the post editing page. We recommend to drag it to the main column, the widest, for a better fit.\u003C\u002Fp>\n\u003Ch4>Coming soon\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>On the fly tab auto-generator.\u003C\u002Fli>\n\u003Cli>Mix categories in any group, no matter their hierarchies.\u003C\u002Fli>\n\u003Cli>Control which users can organize categories.\u003C\u002Fli>\n\u003Cli>(Got more ideas? We are open to hear!)\u003C\u002Fli>\n\u003C\u002Ful>\n","Allows to present and sort the categories (or any hierarchical taxonomy) on the WordPress backend, displaying them more efficiently in the post's &hellip;",2424,74,3,"2018-10-19T11:48:00.000Z","4.9.29","4",[49,50,51,52,53],"admin","backend","categories","category","taxonomy","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffsm-backend-category-organizer.zip",85]