[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fha3kPiwgAtmcjBV7y5TZdRPf2gX-R8eO15iK7mdapEM":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"someguy9","Andy Feliciotti","https:\u002F\u002Fprofiles.wordpress.org\u002Fsomeguy9\u002F",5,14550,96,110,76,"2026-04-04T03:36:23.830Z",[14,40,59,77,94],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":34,"download_link":35,"security_score":9,"vuln_count":36,"unpatched_count":37,"last_vuln_date":38,"fetched_at":39},"lightweight-accordion","Lightweight Accordion","1.6.0","\u003Cp>\u003Cstrong>Lightweight Accordion\u003C\u002Fstrong> plugin for WordPress allows you to add collapse elements to posts using a \u003Cstrong>Gutenberg block\u003C\u002Fstrong> or a \u003Cstrong>shortcode\u003C\u002Fstrong> (via classic editor). By using the details HTML tag and a few lines of CSS this allows for a javascript-free accordion for minimum page load.\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FZ8RcrtmzvUc?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cp>\u003Cstrong>Extremely Lightweight (\u003C1kb):\u003C\u002Fstrong> Without using Javascript the plugin uses the native details HTML tag and a few lines of code for almost no impact on front-end.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Customizable:\u003C\u002Fstrong> Options include customizing the HTML tag used for the accordion title, open by default, borders, colors, and accordion grouping (auto-close others when one opens).\u003C\u002Fp>\n\u003Cp>\u003Ch4>Shortcode Usage examples\u003C\u002Fh4>\n\u003C\u002Fp>\n\u003Cp>Here are a few examples of using the accordion plugin with shortcodes.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"My Accordion\"]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Additionally you can display the accordion open on load with the accordion_open option.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"My Accordion\" accordion_open=true]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also change the html tag wrapping the title of the accordion using the title_tag option.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"My Accordion\" title_tag=\"h3\"]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you want to include FAQ schema you can add the schema option and set it to faq.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"What is your return policy?\" schema=\"faq\"]You have 1 week to return your items[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like put a border around the content of the accordion you can use the “bordered” attribute.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"Bordered Content\" bordered=true]My Content[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you want accordions to auto-close when another opens (exclusive accordion), use the “group” attribute with the same value on each accordion.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lightweight-accordion title=\"Question 1\" group=\"faq\"]Answer 1[\u002Flightweight-accordion]\n[lightweight-accordion title=\"Question 2\" group=\"faq\"]Answer 2[\u002Flightweight-accordion]\n[lightweight-accordion title=\"Question 3\" group=\"faq\"]Answer 3[\u002Flightweight-accordion]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Shortcode Options\u003C\u002Fh4>\n\u003Cp>Here is the full listing of shortcode options. Additionally all of these options are accessible when using the Gutenberg block.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>title\u003C\u002Fstrong> (Required Default: null) The title of your accordion will be displayed at the top for users to click. A good example would be to include a user’s question so they could click it for more details.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>content\u003C\u002Fstrong> (Required Default: null) Content that will go into your accordion element.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>title_tag\u003C\u002Fstrong> (Default: “span”) This sets the html tag that wraps the title in the accordion summary. Useful if you want to make it a heading tag for SEO purposes.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>accordion_open\u003C\u002Fstrong> (Default: false) Set this to true if you want your accordion to be open by default.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>bordered\u003C\u002Fstrong> (Default: false) Set this to true if you want a border around the accordion content.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>title_text_color\u003C\u002Fstrong> (Default: false) Set this to a hex value or CSS color to change the color of the accordion title text.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>title_background_color\u003C\u002Fstrong> (Default: false) Set this to a hex value or CSS color to change the color of the accordion title text.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>schema\u003C\u002Fstrong> (Default: false) Set this to faq if you’d like FAQ schema to be included.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>class\u003C\u002Fstrong> (Default: false) Used to add a custom class to the parent container of the accordion.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>anchor\u003C\u002Fstrong> (Default: null) Adds the value as an ID to the accordion div as an anchor.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>autop\u003C\u002Fstrong> (Default: true) By default the shortcode will wrap text in a ‘p’ tag. Set this to false if you’d like this disabled for the specific accordion.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>group\u003C\u002Fstrong> (Default: false) Set this to a group name to make accordions with the same group auto-close when another opens. Uses the native HTML details name attribute for zero JavaScript overhead.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Additional Details\u003C\u002Fh4>\n\u003Cp>If you’d like to remove the “lightweight-accordion.css” from being enqueued on your site use the filter below. It’s recommend you style the accordion yourself if you use this filter.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_include_frontend_stylesheet', '__return_false' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to remove the “lightweight-accordion\u002Feditor-styles.css” from being enqueued in the admin area of your site you can use the filter below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_include_admin_stylesheet', '__return_false' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to remove processing of shortcodes in accordion content you can use this filter.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_process_shortcodes', '__return_false' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to use inline Microdata for FAQ schema you can use this filter. (Not recommended)\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_output_microdata', '__return_true' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’d like to force “lightweight-accordion.css” to load on all of your site you can use this filter. By default the plugin will detect if the block or shortcode is used and enqueue the CSS.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lightweight_accordion_always_include_frontend_stylesheet', '__return_true' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Simple accordion for adding collapse elements to pages without affecting page load time. Includes Gutenberg block and shortcode for classic editor.",10000,111564,100,60,"2025-12-07T17:56:00.000Z","6.9.4","5.0","7.0",[29,30,31,32,33],"accordion","block","blocks","collapsible","performance","https:\u002F\u002Fsmartwp.com\u002Flightweight-accordion","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flightweight-accordion.1.6.0.zip",3,0,"2025-12-14 14:20:42","2026-03-15T15:16:48.613Z",{"slug":41,"name":42,"version":43,"author":5,"author_profile":6,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":22,"num_ratings":36,"last_updated":48,"tested_up_to":25,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":56,"download_link":57,"security_score":22,"vuln_count":37,"unpatched_count":37,"last_vuln_date":58,"fetched_at":39},"wp-anti-clickjack","WP Anti-Clickjack","1.8.0","\u003Cp>WP Anti-Clickjack is a powerful security plugin that helps prevent your WordPress site from being vulnerable to clickjacking attacks. Clickjacking is a malicious technique where an attacker tricks users into clicking on a concealed link or button by overlaying it on your legitimate website.\u003C\u002Fp>\n\u003Cp>This plugin implements two key defense mechanisms:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>\u003Cstrong>X-Frame-Options Header\u003C\u002Fstrong>: The plugin adds the \u003Ccode>X-Frame-Options: SAMEORIGIN\u003C\u002Fcode> HTTP header to your site’s responses. This header instructs web browsers to prevent other websites from embedding your site within an iframe, effectively blocking clickjacking attempts.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>OWASP’s Legacy Browser Frame Breaking Script\u003C\u002Fstrong>: The plugin includes a modified version of OWASP’s legacy browser frame breaking script. This script prevents other sites from putting your site in an iframe, even in browsers that don’t support the X-Frame-Options header. The script is optimized to work seamlessly in browsers with and without JavaScript enabled.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>By combining these two security measures, WP Anti-Clickjack provides comprehensive protection against clickjacking attacks, ensuring the safety and integrity of your WordPress site.\u003C\u002Fp>\n\u003Cp>For more information about clickjacking defense techniques, refer to the \u003Ca href=\"https:\u002F\u002Fcheatsheetseries.owasp.org\u002Fcheatsheets\u002FClickjacking_Defense_Cheat_Sheet.html\" rel=\"nofollow ugc\">OWASP Clickjacking Defense Cheat Sheet\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Adds the \u003Ccode>X-Frame-Options: SAMEORIGIN\u003C\u002Fcode> HTTP header to prevent clickjacking\u003C\u002Fli>\n\u003Cli>Includes a modified version of OWASP’s legacy browser frame breaking script\u003C\u002Fli>\n\u003Cli>Compatible with popular page builders and editors like Elementor, Divi, WPBakery, Bricks, Breakdance, Oxygen, and more\u003C\u002Fli>\n\u003Cli>Provides filters to disable the anti-clickjacking measures when needed\u003C\u002Fli>\n\u003Cli>Easy to install and configure\u003C\u002Fli>\n\u003Cli>Regularly updated and tested with the latest WordPress versions\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Additional Details\u003C\u002Fh4>\n\u003Cp>If you need to disable the clickjacking JavaScript on a specific page, you can use the following filter in your theme’s \u003Ccode>functions.php\u003C\u002Fcode> file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('wp_anti_clickjack', '__return_false');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>To disable the clickjacking X-Frame-Options HTTP header, use this filter in your theme’s \u003Ccode>functions.php\u003C\u002Fcode> file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('wp_anti_clickjack_x_frame_options_header', '__return_false');\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Protect Your WordPress Site From Clickjacking Attacks by Adding the X-Frame-Options Header and Owasp's Legacy Browser Frame Breaking Script.",4000,47033,"2026-01-12T15:11:00.000Z","5.0.0","",[52,53,54,55],"anti-click-jacking","browser-frame-breaking-script","clickjacking","security","https:\u002F\u002Fdrawne.com\u002Fwordpress-anti-clickjack-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-anti-clickjack.1.8.0.zip",null,{"slug":60,"name":61,"version":62,"author":5,"author_profile":6,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":22,"num_ratings":67,"last_updated":68,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":69,"homepage":75,"download_link":76,"security_score":22,"vuln_count":37,"unpatched_count":37,"last_vuln_date":58,"fetched_at":39},"lightweight-google-analytics","Lightweight Google Analytics","1.5.0","\u003Cp>This simple plugin adds Google Analytics 4 (GA4) to your WordPress site using your Measurement ID. Additional features include the ability to change the tracking code position, disabling display features, anonymize IP, and excluding roles from tracking.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Note:\u003C\u002Fstrong> Universal Analytics (UA-) was discontinued by Google on July 1, 2023. This plugin still supports UA tracking IDs for backwards compatibility, but we recommend migrating to Google Analytics 4 (G-XXXXXXXX) for active tracking.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Performance focused with no bloat\u003C\u002Fli>\n\u003Cli>Extremely simple to setup\u003C\u002Fli>\n\u003Cli>Works with Google Analytics 4 (gtag.js) — Universal Analytics (analytics.js) still supported\u003C\u002Fli>\n\u003Cli>Regular updates for when GA changes in the future\u003C\u002Fli>\n\u003Cli>Only requires your GA tracking ID to work\u003C\u002Fli>\n\u003Cli>Option to put the tracking code in the header or footer\u003C\u002Fli>\n\u003Cli>Options to disable display features and anonymize IPs\u003C\u002Fli>\n\u003Cli>Options to exclude specific roles from GA tracking\u003C\u002Fli>\n\u003Cli>Option to use MinimalAnalytics.com’s tracking code (or MinimalAnalytics4 if using gtag.js)\u003C\u002Fli>\n\u003Cli>Google Consent Mode v2 support for GDPR\u002FCCPA compliance\u003C\u002Fli>\n\u003Cli>Debug Mode for testing GA4 implementation\u003C\u002Fli>\n\u003Cli>Works with WP-Rocket’s local GA script feature\u003C\u002Fli>\n\u003Cli>Never any upsells\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin uses Google Analytics 4 (gtag.js) tracking code by default. Universal Analytics (analytics.js) is still supported for backwards compatibility. It does not include any built in reporting — to view your site statistics, visit Google Analytics after installing.\u003C\u002Fp>\n","Easily integrate Google Analytics with WordPress using just your tracking ID.",400,7937,2,"2026-01-18T03:16:00.000Z",[70,71,72,73,74],"analytics","consent-mode","ga4","gdpr","google-analytics","https:\u002F\u002Fsmartwp.co\u002Flightweight-google-analytics","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flightweight-google-analytics.1.5.0.zip",{"slug":78,"name":79,"version":80,"author":5,"author_profile":6,"description":81,"short_description":82,"active_installs":83,"downloaded":84,"rating":37,"num_ratings":37,"last_updated":85,"tested_up_to":86,"requires_at_least":26,"requires_php":27,"tags":87,"homepage":91,"download_link":92,"security_score":93,"vuln_count":37,"unpatched_count":37,"last_vuln_date":58,"fetched_at":39},"unlisted-posts","Unlisted Posts","1.1.0","\u003Cp>This plugin adds a “Unlisted?” checkbox in the “Publish” box while using the classic editor and Gutenberg. When this is checked the post will be excluded from most areas of your website by filtering pre_get_posts filter. This means posts will be excluded from RSS feeds, blog pages, widgets, category pages, archive pages, and more. Additionally it adds a noindex tag to the unlisted page to prevent Google from indexing the page. This is useful if you want to publish some information on your site and allows others to view it via the link without fully publishing.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Simple checkbox to unlist posts when publishing a post\u003C\u002Fli>\n\u003Cli>Allows you to hide posts from most areas of your site\u003C\u002Fli>\n\u003Cli>Add a noindex tag to pages that are unlisted\u003C\u002Fli>\n\u003C\u002Ful>\n","Allows you to easily exclude posts from feeds, category pages, blog pages and more using one checkbox on posts.",90,1626,"2022-07-10T22:46:00.000Z","5.9.13",[88,89,90],"exclude","hide-posts","visibility","https:\u002F\u002Fsmartwp.co\u002Funlisted-posts","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Funlisted-posts.zip",85,{"slug":95,"name":96,"version":97,"author":5,"author_profile":6,"description":98,"short_description":99,"active_installs":23,"downloaded":100,"rating":22,"num_ratings":101,"last_updated":102,"tested_up_to":25,"requires_at_least":103,"requires_php":27,"tags":104,"homepage":109,"download_link":110,"security_score":111,"vuln_count":112,"unpatched_count":37,"last_vuln_date":113,"fetched_at":39},"autolisticle-automatically-update-numbered-list-articles","AutoListicle: Automatically Update Numbered List Articles","1.3","\u003Cp>Easily keep your listicles with numbered lists updated correctly by using this plugin’s shortcode [auto-list-number]. This will display the number 1 and increment with ever use. Perfect if you write blog posts with steps or “top 10 lists”. This will allow you to easily add items to your lists or move elements around without worrying about updating headings with the correct numbers.\u003C\u002Fp>\n\u003Ch4>Shortcode Usage examples\u003C\u002Fh4>\n\u003Cp>Basic usage\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[auto-list-number] Item one.\n[auto-list-number] Item two.\n[auto-list-number] Item three.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Countdown example (for “Top 10” style lists)\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[auto-list-number display=\"countdown\"] Best item (displays 3)\n[auto-list-number display=\"countdown\"] Second best (displays 2)\n[auto-list-number display=\"countdown\"] Third best (displays 1)\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Position display example\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[auto-list-number display=\"position\"] First item (displays \"1 of 3\")\n[auto-list-number display=\"position\"] Second item (displays \"2 of 3\")\n[auto-list-number display=\"position\"] Third item (displays \"3 of 3\")\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Custom start number (for multi-part articles)\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[auto-list-number start=\"11\"] This displays 11\n[auto-list-number] This displays 12\n[auto-list-number] This displays 13\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Number formats\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[auto-list-number format=\"roman\"] Displays I, II, III, IV...\n[auto-list-number format=\"alpha\"] Displays A, B, C, D...\n[auto-list-number format=\"padded\"] Displays 01, 02, 03...\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Before and after text\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[auto-list-number before=\"#\" after=\":\"] Displays \"#1:\"\n[auto-list-number before=\"Step_\" after=\"_-\"] Displays \"Step 2 -\"\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note: Use underscore (_) for spaces in before\u002Fafter attributes since WordPress trims spaces.\u003C\u002Fp>\n\u003Cp>Extended example using all shortcode functions.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>Here is my list of [auto-list-number display=\"total\"] items.\n\n[auto-list-number] Here is the first item in the list.\n[auto-list-number] Make long listicles with ease.\n[auto-list-number] You can even have multiple lists in one article.\n [auto-list-number name=\"my-new-list\" after=\":\" wrapper=\"span\"] My new list (this will start at number one).\n [auto-list-number name=\"my-new-list\" after=\":\" wrapper=\"span\"] This will be a second item.\n[auto-list-number] This item will be number 4.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Shortcode Options\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>name\u003C\u002Fstrong> (Default: “default”) If your article has multiple lists this will keep track of multiple numbers. If a name isn’t set it will just use the list name of “default”. But if you have multiple numbered lists you want to keep track of you can use a unique name for each list in your article.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>wrapper\u003C\u002Fstrong> (Default: null) Great if you want to wrap each number with a span, div or any html tag. By default the wrapper will include the class “auto-list-number”. This can be helpful if you want to style list numbers separately from your headings.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>before\u003C\u002Fstrong> (Default: “”) Text to display before the number. Great for prefixes like “#” or “Step_” (use underscore for spaces, e.g., before=”Step_” displays “Step 1”).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>after\u003C\u002Fstrong> (Default: “.”) After a number is displayed a period will be displayed by default. This option is great if you want to change this to a colon or remove it all together. Use underscore for spaces (e.g., after=”_-” displays ” -“).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>start\u003C\u002Fstrong> (Default: 1) Set a custom starting number. Perfect for multi-part articles where Part 2 should start at number 11 instead of 1.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>format\u003C\u002Fstrong> (Default: null) Change the number format. Options:\n\u003Cul>\n\u003Cli>“roman” – Roman numerals (I, II, III, IV, V…)\u003C\u002Fli>\n\u003Cli>“alpha” – Alphabetic letters (A, B, C, D… Z, AA, AB…)\u003C\u002Fli>\n\u003Cli>“padded” – Zero-padded numbers (01, 02, 03…)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Cstrong>display\u003C\u002Fstrong> (Default: “increase”) Controls how the number is displayed. Options:\n\u003Cul>\n\u003Cli>“increase” – Default behavior, counts up (1, 2, 3…)\u003C\u002Fli>\n\u003Cli>“countdown” – Counts down from total (10, 9, 8…) – perfect for “Top 10” style lists\u003C\u002Fli>\n\u003Cli>“total” – Displays the total count of items\u003C\u002Fli>\n\u003Cli>“position” – Displays “X of Y” format (e.g., “3 of 10”)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Troubleshooting\u003C\u002Fh4>\n\u003Cp>If you are having trouble with a table of contents plugin you can use the [auto-list-number-force-reset] shortcode to reset your post’s numbers. So ideally if your table of contents was at the top of your post you can put [auto-list-number-force-reset] below it so that all headings are reset to start at 1 again. This way the ToC plugin will loop through 1-4 for example then reset then the headlines can display 1-4 again.\u003C\u002Fp>\n","Automatically keep your numbered lists in articles displaying the correct number by using this shortcode [auto-list-number].",3218,6,"2026-01-12T04:20:00.000Z","4.0.0",[105,106,107,108],"auto-number","listicle","numbered-list","shortcode","https:\u002F\u002Fsmartwp.com\u002Fautolisticle","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fautolisticle-automatically-update-numbered-list-articles.1.3.zip",99,1,"2024-11-22 00:00:00"]