[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f0Uc35OaB26uHuLCJI1bRq50MU6czUEmh7-R8465Ui50":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":38,"analysis":123,"fingerprints":180},"timeline-express-no-icons-add-on","Timeline Express – No Icons Add-On","1.2.0","Evan Herman","https:\u002F\u002Fprofiles.wordpress.org\u002Feherman24\u002F","\u003Cp>Timeline Express – No Icons Add-On is a WordPress plugin that extends the base plugin, \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftimeline-express\u002F\" rel=\"ugc\">Timeline Express\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>The Timeline Express – No Icons Add-On removes the icons associated with the Timeline Express announcements. This add-on will remove the icon selection on the announcement new\u002Fedit screen, as well as the icons on the front end of the site.\u003C\u002Fp>\n\u003Cp>When activated, the Timeline Express – No Icons Add-On will create a new settings tab on the Timeline Express settings page which will allow you to remove the icons globally, or explain how you can remove the icons on each timeline.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Basic Usage\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Head into ‘Timeline Express > Settings’ and enable the ‘Global No Icons’ option to remove the icons on \u003Cem>all\u003C\u002Fem> timelines on your site.\u003C\u002Fp>\n\u003Cp>If you want to remove the icons on a specific timeline, but leave them on others, you can add the ‘no-icons’ parameter to the \u003Ccode>[timeline-express]\u003C\u002Fcode> shortcode and set it to “1”.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example\u003C\u002Fstrong>\u003Cbr \u002F>\n    [timeline-express no-icons=”1″]\u003C\u002Fp>\n","Remove the icons associated with Timeline Express announcements.",800,10055,0,"2023-03-22T07:27:00.000Z","6.2.9","","5.6",[19,20,21,22,23],"add-on","express","icons","no","timeline","https:\u002F\u002Fwww.wp-timelineexpress.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftimeline-express-no-icons-add-on.1.2.0.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":34,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"eherman24",15,136400,84,375,68,"2026-04-04T09:16:40.657Z",[39,56,78,90,111],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":46,"active_installs":47,"downloaded":48,"rating":49,"num_ratings":50,"last_updated":51,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":52,"homepage":24,"download_link":55,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"timeline-express-date-time-add-on","Timeline Express – Date – Time Add-On","1.0.1","Code Parrots","https:\u002F\u002Fprofiles.wordpress.org\u002Fcodeparrots\u002F","\u003Cp>When active, the Timeline Express – Date – Time Add-On will hide the default announcement date field, and generate a date and time field for you to use.\u003C\u002Fp>\n\u003Cp>Multiple announcements that have the same date & time will fallback to use the published date to dictate order on the timeline.\u003C\u002Fp>\n\u003Ch3>Developers\u003C\u002Fh3>\n\u003Cp>Filters:\u003Cbr \u002F>\n\u003Cstrong>timeline_express_date_time_formats\u003C\u002Fstrong> – Add your own date formats to the announcement.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\n\u002F**\n * Assign a custom date format to the announcements.\n *\n * @param array $date_formats The original date formats array.\n *\u002F\nfunction timeline_express_demo_custom_date_format( $date_formats ) {\n\n    $date_formats['custom'] = 'Y-m-d'; \u002F\u002F eg: 2018-10-02\n\n}\nadd_filter( 'timeline_express_date_time_formats', 'timeline_express_demo_custom_date_format' );\n\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>timeline_express_date_time_query_args\u003C\u002Fstrong> – Filter the query run for the date time add-on.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\n\u002F**\n * Filter the announcement date time add-on query.\n * Fall back to post titles instead of published date when announcements contain the same date-time values.\n *\n * @param array $query_args The original date time add-on query arguments.\n *\u002F\nfunction timeline_express_demo_filter_query_args( $query_args ) {\n\n    unset( $query_args['orderby'] );\n\n    $query_args['orderby'] = 'meta_value_num title';\n\n    return $query_args;\n\n}\nadd_filter( 'timeline_express_date_time_query_args', 'timeline_express_demo_filter_query_args' );\n\u003C\u002Fpre>\n","Assign and display times alongside the announcement dates in Timeline Express announcements.",100,3706,46,3,"2023-03-22T07:35:00.000Z",[19,53,54,20,23],"addon","date","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftimeline-express-date-time-add-on.1.0.1.zip",{"slug":57,"name":58,"version":59,"author":60,"author_profile":61,"description":62,"short_description":63,"active_installs":64,"downloaded":65,"rating":47,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":16,"tags":70,"homepage":76,"download_link":77,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"advanced-custom-fields-taxonomy-field-add-on","Advanced Custom Fields – Taxonomy Field add-on","1.4","Brian Zoetewey","https:\u002F\u002Fprofiles.wordpress.org\u002Fomicron7\u002F","\u003Cp>This is an add-on for the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fadvanced-custom-fields\u002F\" rel=\"ugc\">Advanced Custom Fields\u003C\u002Fa>\u003Cbr \u002F>\nWordPress plugin and will not provide any functionality to WordPress unless Advanced Custom Fields is installed\u003Cbr \u002F>\nand activated.\u003C\u002Fp>\n\u003Cp>The taxonomy field provides a select, multi-select or checkboxes of taxonomy terms (categories, tags, custom taxonomies…)\u003Cbr \u002F>\nand the ability to map the selected terms to the post. The post type must support the taxonomy for the mapping to work.\u003Cbr \u002F>\nThe taxonomy field currently does not provide the ability to add new terms to a taxonomy. The return type of the \u003Ccode>get_value()\u003C\u002Fcode>\u003Cbr \u002F>\napi can be changed in the field settings.\u003C\u002Fp>\n\u003Ch4>Source Repository on GitHub\u003C\u002Fh4>\n\u003Cp>https:\u002F\u002Fgithub.com\u002FGCX\u002Facf-taxonomy-field\u003C\u002Fp>\n\u003Ch4>Bugs, Questions or Suggestions\u003C\u002Fh4>\n\u003Cp>https:\u002F\u002Fgithub.com\u002FGCX\u002Facf-taxonomy-field\u002Fissues\u003C\u002Fp>\n\u003Ch4>Todo\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add ability to add new terms to a taxonomy\u003C\u002Fli>\n\u003Cli>Add more term selection methods (checkboxes, token input).\u003C\u002Fli>\n\u003C\u002Ful>\n","Adds a Taxonomy Field to Advanced Custom Fields. Select one or more taxonomy terms and assign them to the post.",1000,13760,2,"2012-08-08T20:24:00.000Z","3.4.2","3.2",[71,72,73,74,75],"acf","acf-add-on","custom-field","taxonomy","taxonomy-field","https:\u002F\u002Fgithub.com\u002FGCX\u002Facf-taxonomy-field","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-custom-fields-taxonomy-field-add-on.1.4.zip",{"slug":79,"name":80,"version":81,"author":7,"author_profile":8,"description":82,"short_description":83,"active_installs":64,"downloaded":84,"rating":13,"num_ratings":13,"last_updated":85,"tested_up_to":15,"requires_at_least":16,"requires_php":16,"tags":86,"homepage":24,"download_link":89,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"timeline-express-html-excerpt-add-on","Timeline Express HTML Excerpts Add-on","1.1.0","\u003Cp>The Timeline Express HTML Excerpts add-on will create a new WYSIWYG metabox on Timeline Express announcement posts. This new field can\u003Cbr \u002F>\nbe used to generate a custom excerpt for your announcements. The new WYSIWYG custom excerpt field allows for HTML to be used in announcement excerpts,\u003Cbr \u002F>\nand has no limit to the length.\u003C\u002Fp>\n\u003Cp>Features:\u003Cbr \u002F>\n* Enable a new ‘Announcement Custom Excerpt’ field.\u003Cbr \u002F>\n* Use HTML markup in your announcements without it being stripped.\u003Cbr \u002F>\n* Display images, videos etc. in announcement excerpts on the timeline.\u003Cbr \u002F>\n* No limit to the length of the HTML excerpts.\u003C\u002Fp>\n","Enable a new HTML Excerpt field on Timeline Express announcements, which can be used to replace the default generated excerpts.",15867,"2023-03-22T07:30:00.000Z",[87,53,20,88,23],"add","on","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftimeline-express-html-excerpt-add-on.1.1.0.zip",{"slug":91,"name":92,"version":93,"author":94,"author_profile":95,"description":96,"short_description":97,"active_installs":11,"downloaded":98,"rating":34,"num_ratings":99,"last_updated":100,"tested_up_to":101,"requires_at_least":102,"requires_php":16,"tags":103,"homepage":107,"download_link":108,"security_score":109,"vuln_count":66,"unpatched_count":13,"last_vuln_date":110,"fetched_at":28},"post-timeline","Post Timeline","2.4.3","Agile Logix","https:\u002F\u002Fprofiles.wordpress.org\u002Fagilelogix\u002F","\u003Cp>Create stunning and interactive timelines for your WordPress posts with ease. Post Timeline is the ultimate plugin for displaying your WordPress content in a visually appealing timeline format. Whether you want to showcase your blog history, company milestones, or any sequential content, Post Timeline offers a variety of customization options to fit your needs.\u003C\u002Fp>\n\u003Ch3>🌟 Description\u003C\u002Fh3>\n\u003Cp>Post Timeline is the WordPress Plugin that creates beautiful timeline pages for your WordPress posts. With this plugin, users can create unlimited vertical timelines and automatically generate animated scroll navigation based on tags or dates in ascending order.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002F\" rel=\"nofollow ugc\">🚀 DEMO OF POST TIMELINE\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>✨ Simple and Single Timeline\u003C\u002Fh3>\n\u003Cp>Use the shortcode \u003Ccode>[post-timeline]\u003C\u002Fcode> to create a Post Timeline on any page or post.\u003C\u002Fp>\n\u003Ch3>🔄 Multiple Timelines\u003C\u002Fh3>\n\u003Cp>To create multiple timelines, the admin needs to create multiple categories and assign posts to those categories. Then use the shortcode below:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[post-timeline category=\"3\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Where \u003Ccode>3\u003C\u002Fcode> is the category ID. All the posts associated with Category ID \u003Ccode>3\u003C\u002Fcode> will appear with the above shortcode.\u003Cbr \u002F>\n\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Fdocs\u002Fhow-to-create-multiple-timelines\u002F\" rel=\"nofollow ugc\">How to Create Multiple Timelines\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>🧭 How Navigation Works?\u003C\u002Fh3>\n\u003Cp>Post Timeline Tags is an important tab of a timeline. Through this tab, admin users can create tags and associate their posts with those tags. Once all the posts are assigned to those tags, the Post Timeline will collect all the tags and use them in navigation.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Fdocs\u002Fpost-timeline-tags\u002F\" rel=\"nofollow ugc\">Tags for Navigation\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>📋 Supports Custom Post Types\u003C\u002Fh3>\n\u003Cp>Post Timeline supports custom post types, making it versatile for a variety of content. To create a timeline for a custom post type, use the attribute \u003Ccode>post-type\u003C\u002Fcode> as shown below:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[post-timeline post-type=\"custom_post_type\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Replace \u003Ccode>custom_post_type\u003C\u002Fcode> with your desired post type. This feature allows you to display not just regular posts, but any custom post types you’ve created, such as events, products, or portfolios.\u003C\u002Fp>\n\u003Cp>For multiple post timelines, check the documentation. Feel free to create a ticket in case of any problem or bug.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Post Timeline – Documentation\u003C\u002Fstrong>\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Fdocumentation\u002F\" rel=\"nofollow ugc\">Post Timeline Documentation\u003C\u002Fa>\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Ftimeline-templates\u002F\" rel=\"nofollow ugc\">Post Timeline Demos\u003C\u002Fa>\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fpost-timeline\" rel=\"ugc\">Create a Ticket\u003C\u002Fa>.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>🌟 Post Timeline Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>🆓 Unlimited free timelines\u003C\u002Fli>\n\u003Cli>🔀 Separate each Timeline by Category Id \u003Ccode>[post-timeline category=\"xxx\"]\u003C\u002Fcode>, where xxx is the category Id\u003C\u002Fli>\n\u003Cli>🎯 Beautiful Side Navigation with Smooth Animation\u003C\u002Fli>\n\u003Cli>🚀 Auto Create Navigation from Tags\u003C\u002Fli>\n\u003Cli>🎨 Set Color for each Timeline Post\u003C\u002Fli>\n\u003Cli>🏷️ Assign Icon for each Timeline Post\u003C\u002Fli>\n\u003Cli>📅 Select Date for each Timeline Post\u003C\u002Fli>\n\u003Cli>🔗 Setup Separate Page URL\u003C\u002Fli>\n\u003Cli>🗂️ Assign Category and Tags\u003C\u002Fli>\n\u003Cli>🏷️ Create Tag-based Timeline\u003C\u002Fli>\n\u003Cli>📱 Responsive UI that looks cool on every single device\u003C\u002Fli>\n\u003Cli>🖼️ Beautiful UI of the vertical timeline\u003C\u002Fli>\n\u003Cli>🌍 Multi Language supported\u003C\u002Fli>\n\u003Cli>⏳ Set Tag-based or Year-based Timeline with parameter \u003Ccode>[post-timeline type=\"date\"]\u003C\u002Fcode> for Yearly navigation.\u003C\u002Fli>\n\u003Cli>🔠 Select Desired GoogleFont for Timeline\u003C\u002Fli>\n\u003Cli>➖ 3 different Line styles in Timeline (Solid\u002FDashed\u002FDotted)\u003C\u002Fli>\n\u003Cli>🖌️ Choose post icon from FontAwesome or Upload picture\u003C\u002Fli>\n\u003Cli>🖼️ Option to select post Gallery style (Slider\u002FPopup Slider)\u003C\u002Fli>\n\u003Cli>🌈 Choose Timeline Skin Color (Dark\u002FLight)\u003C\u002Fli>\n\u003Cli>🔄 Share post on social media\u003C\u002Fli>\n\u003Cli>🖼️ LazyLoad option for images\u003C\u002Fli>\n\u003Cli>🎥 Add video in Timeline Post\u003C\u002Fli>\n\u003Cli>🗓️ Different Date formats on Timeline\u003C\u002Fli>\n\u003Cli>🙈 Hide Content\u003C\u002Fli>\n\u003Cli>🖼️ Hide Post image\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🚀 Pro Version Post Timeline\u003C\u002Fh3>\n\u003Cp>The Pro Version of Post Timeline unlocks even more powerful features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>🖼️ \u003Cstrong>15+ Unique Timeline Templates:\u003C\u002Fstrong> Choose from a variety of professionally designed timeline templates to suit your website’s look and feel.\u003C\u002Fli>\n\u003Cli>🧭 \u003Cstrong>4 Awesome Navigation Styles:\u003C\u002Fstrong> Enhance user navigation with different styles that are intuitive and easy to use.\u003C\u002Fli>\n\u003Cli>📜 \u003Cstrong>Setup Horizontal and Vertical Timelines:\u003C\u002Fstrong> Display your timeline in either horizontal or vertical layout as per your needs.\u003C\u002Fli>\n\u003Cli>🎨 \u003Cstrong>Set Background Color:\u003C\u002Fstrong> Customize the background color of your timeline to match your brand’s color scheme.\u003C\u002Fli>\n\u003Cli>🎥 \u003Cstrong>Supports Multiple Animation Styles:\u003C\u002Fstrong> Make your timelines more engaging with various animation styles.\u003C\u002Fli>\n\u003Cli>📅 \u003Cstrong>Set your Date Formats:\u003C\u002Fstrong> Choose different date formats that match your regional preferences.\u003C\u002Fli>\n\u003Cli>🔄 \u003Cstrong>Change Sorting Order (Ascending\u002FDescending\u002FTerm Custom Order):\u003C\u002Fstrong> Sort posts in ascending, descending, or custom order to highlight key content.\u003C\u002Fli>\n\u003Cli>✨ \u003Cstrong>Change Animation Status:\u003C\u002Fstrong> Enable or disable animations to optimize performance.\u003C\u002Fli>\n\u003Cli>📍 \u003Cstrong>Change Navigation Status:\u003C\u002Fstrong> Choose whether or not to display navigation for a clean and minimalistic design.\u003C\u002Fli>\n\u003Cli>🔆 \u003Cstrong>Auto Highlight Active Navigation:\u003C\u002Fstrong> Automatically highlight the active navigation item for better user experience.\u003C\u002Fli>\n\u003Cli>⚡ \u003Cstrong>Support AJAX and Load More button:\u003C\u002Fstrong> Load more posts seamlessly without reloading the page.\u003C\u002Fli>\n\u003Cli>📑 \u003Cstrong>Set Posts Per Page for Timeline:\u003C\u002Fstrong> Control how many posts are shown per page in the timeline.\u003C\u002Fli>\n\u003Cli>🛠️ \u003Cstrong>Many hidden hacks:\u003C\u002Fstrong> Take advantage of various customization hacks for advanced users.\u003C\u002Fli>\n\u003Cli>💎 \u003Cstrong>Premium Support:\u003C\u002Fstrong> Get access to priority support to help you with any issues or customization requests.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🏢 Use Cases – Tailored for Every Business\u003C\u002Fh3>\n\u003Cp>Post Timeline is a versatile plugin that can be customized for various industries and business types. Here are some examples:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>📰 Blog History Timeline:\u003C\u002Fstrong> Display your blog’s history and growth over time in a beautiful timeline format.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🏛️ Company Milestones Timeline:\u003C\u002Fstrong> Showcase your company’s achievements, product launches, or project completions chronologically.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>📅 Event Planning Timeline:\u003C\u002Fstrong> Outline events, tasks, or planning phases leading up to an important event.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>📚 Educational Course Timeline:\u003C\u002Fstrong> Visualize the course structure or syllabus in an engaging and easy-to-understand timeline.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>📊 Marketing Campaign Timeline:\u003C\u002Fstrong> Present your marketing campaigns and strategies in a detailed timeline view.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🖼️ Portfolio Project Timeline:\u003C\u002Fstrong> Highlight different projects and milestones in a creative portfolio timeline.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🚀 Product Roadmap Timeline:\u003C\u002Fstrong> Show your product development journey and upcoming releases.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🎓 Academic Achievements Timeline:\u003C\u002Fstrong> Create a timeline of achievements and accolades for educational institutions.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🎥 Media & Content Release Timeline:\u003C\u002Fstrong> Track media releases, episodes, or content drops in a timeline format.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🏆 Sports Events Timeline:\u003C\u002Fstrong> Chronologically display the history of sports events, achievements, or matches.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>🛠️ Construction Project Timeline:\u003C\u002Fstrong> Illustrate the progress of a construction project step-by-step.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🎥 Video Tutorial\u003C\u002Fh3>\n\u003Cp>Watch our video tutorial to learn how to set up and use Post Timeline effectively:\u003C\u002Fp>\n\u003Cp>\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\u002FBlc100p_OHo?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent&listType=playlist&list=PLD7u3Chrm7R9wj0tuvc8RsNQHekj1fHlG\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Click on the image above to watch the video on YouTube.\u003C\u002Fp>\n\u003Ch3>📚 Documentation & Support\u003C\u002Fh3>\n\u003Cp>For detailed documentation and support, visit the \u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Fdocumentation\u002F\" rel=\"nofollow ugc\">Post Timeline Documentation\u003C\u002Fa>. If you have any questions, feel free to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fpost-timeline\" rel=\"ugc\">create a ticket\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>🚀 Live Demos\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Vertical Timelines:\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Fvertical-timeline-templates\" rel=\"nofollow ugc\">Vertical Timeline Templates\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>One-Side Timelines:\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Fvertical-one-side-timelines\" rel=\"nofollow ugc\">One-Side Timelines\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Horizontal Timeline:\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002Fhorizontal-timeline-templates\" rel=\"nofollow ugc\">Horizontal Timeline Templates\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🛠️ Installation\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Upload the extracted plugin folder to the \u003Ccode>\u002Fwp-content\u002Fplugins\u002F\u003C\u002Fcode> directory of your WordPress installation, or upload it directly from your plugins section in the WordPress admin panel.\u003C\u002Fli>\n\u003Cli>Activate the plugin through the ‘Plugins’ menu in WordPress.\u003C\u002Fli>\n\u003Cli>That’s it!\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>❓ Frequently Asked Questions\u003C\u002Fh3>\n\u003Ch3>❓ How can I show a Timeline by date?\u003C\u002Fh3>\n\u003Cp>Add the attribute \u003Ccode>[post-timeline type=\"date\"]\u003C\u002Fcode>, and the timeline will appear with yearly navigation. The default navigation is Tag-based.\u003C\u002Fp>\n\u003Ch3>❓ Getting Page Not Found on Read More button\u003C\u002Fh3>\n\u003Cp>Go to \u003Cstrong>Settings\u003C\u002Fstrong> -> \u003Cstrong>Permalinks\u003C\u002Fstrong> -> Select “Post name” -> Click \u003Cstrong>Save Changes\u003C\u002Fstrong>.\u003Cbr \u002F>\nIf “Post name” is already selected, just click \u003Cstrong>Save Changes\u003C\u002Fstrong> again.\u003C\u002Fp>\n\u003Ch3>❓ Why is my Post Timeline showing on the right side of the page with a scroll bar?\u003C\u002Fh3>\n\u003Cp>Timeline works with 100% space on the page. Ensure your container is set to 100% width using CSS for the timeline to appear properly.\u003Cbr \u002F>\nFor more information, visit \u003Ca href=\"https:\u002F\u002Fposttimeline.com\u002F\" rel=\"nofollow ugc\">Post Timeline\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>📧 Feedback\u003C\u002Fh3>\n\u003Cp>YOUR IMPORTANT FEEDBACK IS HIGHLY VALUABLE TO US! PLEASE WRITE TO US IF YOU HAVE ANY PROBLEMS WITH INSTALLATION OR RECOMMEND ANY NEW FEATURES. WE WILL FIX THE ISSUE ON PRIORITY.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fpost-timeline\" rel=\"ugc\">Create Support Ticket\u003C\u002Fa> for help regarding Post Timeline.\u003C\u002Fp>\n","Create stunning and interactive timelines for your WordPress posts with ease. Post Timeline is the ultimate plugin for displaying your WordPress conte &hellip;",45883,21,"2026-03-10T05:58:00.000Z","6.9.4","4.8",[104,105,91,23,106],"announcements","history","vertical-timeline","https:\u002F\u002Fposttimeline.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpost-timeline.2.4.3.zip",99,"2024-12-29 00:00:00",{"slug":112,"name":113,"version":81,"author":7,"author_profile":8,"description":114,"short_description":115,"active_installs":116,"downloaded":117,"rating":13,"num_ratings":13,"last_updated":118,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":119,"homepage":24,"download_link":122,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"timeline-express-single-column-add-on","Timeline Express – Single Column Add-On","\u003Cp>Timeline Express – Single Column Add-On extends Timeline Express, and enables a new shortcode parameter \u003Ccode>single-column\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>When set to 1 (eg: \u003Ccode>[timeline-express single-column=\"1\"]\u003C\u002Fcode>), the timeline will display in a single column – similar to the default Timeline Express mobile view.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Basic Usage\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>If you want to set a timeline to single column you can add the ‘single-column’ parameter to the \u003Ccode>[timeline-express]\u003C\u002Fcode> shortcode and set it to \u003Ccode>1\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example\u003C\u002Fstrong>\u003Cbr \u002F>\n    [timeline-express single-column=”1″]\u003C\u002Fp>\n","Enable a 'single-column' parameter in Timeline Express to display timelines in a single column.",600,11564,"2023-03-22T07:28:00.000Z",[53,120,20,121,23],"column","single","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftimeline-express-single-column-add-on.1.1.0.zip",{"attackSurface":124,"codeSignals":162,"taintFlows":173,"riskAssessment":174,"analyzedAt":179},{"hooks":125,"ajaxHandlers":158,"restRoutes":159,"shortcodes":160,"cronEvents":161,"entryPointCount":13,"unprotectedCount":13},[126,133,137,141,145,149,154],{"type":127,"name":128,"callback":129,"priority":130,"file":131,"line":132},"filter","shortcode_atts_timeline-express","add_no_icon_shortcode_parameter",10,"timeline-express-no-icons-add-on.php",66,{"type":134,"name":135,"callback":136,"file":131,"line":36},"action","admin_init","register_settings",{"type":134,"name":138,"callback":139,"file":131,"line":140},"admin_head","hide_icon_selection",69,{"type":134,"name":142,"callback":143,"file":131,"line":144},"timeline_express_add_on_options_page_header","generate_options_page_header",71,{"type":134,"name":146,"callback":147,"file":131,"line":148},"timeline_express_add_on_options_page","generate_options_section",72,{"type":127,"name":150,"callback":151,"priority":152,"file":131,"line":153},"timeline-express-announcement-container-class","append_no_icon_container_class",12,153,{"type":134,"name":155,"callback":156,"file":131,"line":157},"plugins_loaded","initialize_timeline_express_no_icons_addon",314,[],[],[],[],{"dangerousFunctions":163,"sqlUsage":164,"outputEscaping":166,"fileOperations":13,"externalRequests":13,"nonceChecks":168,"capabilityChecks":13,"bundledLibraries":169},[],{"prepared":13,"raw":13,"locations":165},[],{"escaped":13,"rawEcho":13,"locations":167},[],1,[170],{"name":171,"version":27,"knownCves":172},"TinyMCE",[],[],{"summary":175,"deductions":176},"The plugin \"timeline-express-no-icons-add-on\" v1.2.0 demonstrates a strong security posture based on the provided static analysis.  The absence of any AJAX handlers, REST API routes, shortcodes, or cron events with unprotected entry points indicates a minimal attack surface, which is a significant strength.  Furthermore, the code utilizes prepared statements for all SQL queries, ensures 100% output escaping, and has zero recorded vulnerability history, including no known CVEs. The presence of a nonce check is also a positive indicator of security awareness.\n\nWhile the static analysis and vulnerability history are exceptionally clean, the data reveals no critical or high-severity issues, and notably, zero untainted flows were analyzed. This suggests that either the plugin is very simple and has limited data processing, or the analysis tools were not able to thoroughly trace data flow within its codebase. The plugin does bundle TinyMCE, which could potentially be a vector if an outdated version with known vulnerabilities is included, though this is not explicitly stated in the provided data.\n\nOverall, the plugin appears to be developed with security in mind, exhibiting good practices like prepared statements and output escaping. The lack of historical vulnerabilities further reinforces this. However, the limited scope of taint analysis and the potential for issues within bundled libraries warrant a cautious approach.  The plugin's strengths lie in its lack of direct entry points and adherence to fundamental security principles in its code.",[177],{"reason":178,"points":50},"Bundled library (TinyMCE) may have vulnerabilities","2026-03-16T19:20:44.928Z",{"wat":181,"direct":190},{"assetPaths":182,"generatorPatterns":185,"scriptPaths":186,"versionParams":187},[183,184],"\u002Fwp-content\u002Fplugins\u002Ftimeline-express-no-icons-add-on\u002Flib\u002Fcss\u002Ftimeline-express-no-icons-add-on.css","\u002Fwp-content\u002Fplugins\u002Ftimeline-express-no-icons-add-on\u002Flib\u002Fcss\u002Ftimeline-express-no-icons-add-on.min.css",[],[],[188,189],"timeline-express-no-icons-add-on\u002Flib\u002Fcss\u002Ftimeline-express-no-icons-add-on.css?ver=","timeline-express-no-icons-add-on\u002Flib\u002Fcss\u002Ftimeline-express-no-icons-add-on.min.css?ver=",{"cssClasses":191,"htmlComments":195,"htmlAttributes":196,"restEndpoints":198,"jsGlobals":199,"shortcodeOutput":200},[192,193,194],"hide-icon","no-animation","no-icon",[],[197],"data-no-icons",[],[],[]]