[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fMONeRI4lfBeNBww343HSzaThNixnFHujhHuiotfpgvo":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},"dylanized","https:\u002F\u002Fprofiles.wordpress.org\u002Fdylanized\u002F",1,10,85,30,84,"2026-04-04T10:00:46.424Z",[13],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":7,"downloaded":19,"rating":20,"num_ratings":6,"last_updated":21,"tested_up_to":22,"requires_at_least":22,"requires_php":23,"tags":24,"homepage":28,"download_link":29,"security_score":8,"vuln_count":30,"unpatched_count":30,"last_vuln_date":31,"fetched_at":32},"wp-lipsum","WP Lipsum","1.4","\u003Cp>WP-Lipsum includes a collection of template fragments representing lots of common page types, from simple lorem ipsum paragraphs to demos of the WP comment system, and more. It works via a simple shortcode or template tag.\u003C\u002Fp>\n\u003Ch4>Using the Shortcode\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[lipsum]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This outputs the basic content block. You can edit this in wp-lipsum\u002Ftemplates\u002Fbasic.php.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lipsum template=aux]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This outputs the auxilary lipsum page, with tables, definition lists, and more. You can edit this in templates\u002Faux.php.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lipsum repeat=4]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This outputs 4 simple paragphs of lorem ipsum text. You can edit the text in templates\u002Fp.php.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lipsum template=ol repeat=3]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This loads the ordered list template and displays it 3 times.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lipsum t=ol r=3]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also use “t” and “r” as parameter shortcuts.\u003C\u002Fp>\n\u003Ch4>Lipsum Templates and Fragments\u003C\u002Fh4>\n\u003Cp>Here are the full pages of lipsum content available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Basic Content – “basic”\u003C\u002Fli>\n\u003Cli>Aux Content – “aux”\u003C\u002Fli>\n\u003Cli>Blog Demo – “blog”\u003C\u002Fli>\n\u003Cli>Single Post Demo – “single”\u003C\u002Fli>\n\u003Cli>Headline List – “headline_list”\u003C\u002Fli>\n\u003Cli>Gallery Demo – “gallery”\u003C\u002Fli>\n\u003Cli>Portfolio Demo – “portfolio”\u003C\u002Fli>\n\u003Cli>Long Header Examples – “long_headers”\u003C\u002Fli>\n\u003Cli>Short Content Demo – “short”\u003C\u002Fli>\n\u003Cli>Template Fragments\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can also call these smaller fragments, and use the “repeat” parameter:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Single Paragraph – “p”\u003C\u002Fli>\n\u003Cli>Unordered List – “ul”\u003C\u002Fli>\n\u003Cli>Ordered List – “ol”\u003C\u002Fli>\n\u003Cli>Definition List – “dl”\u003C\u002Fli>\n\u003Cli>Table Example – “table”\u003C\u002Fli>\n\u003Cli>Blockquote – “blockquote”\u003C\u002Fli>\n\u003Cli>Blog Teaser – “blog_teaser”\u003C\u002Fli>\n\u003Cli>Image (without caption) – “img”\u003C\u002Fli>\n\u003Cli>Image with WP Caption – “caption”\u003C\u002Fli>\n\u003Cli>Code Demo – “code”\u003C\u002Fli>\n\u003Cli>Comments Demo – “comments”\u003C\u002Fli>\n\u003Cli>Gallery Item – “gallery_item”\u003C\u002Fli>\n\u003Cli>List of Headers – “headers”\u003C\u002Fli>\n\u003Cli>Headline Teaser – “headline_teaser”\u003C\u002Fli>\n\u003Cli>Misc Content – “misc”\u003C\u002Fli>\n\u003Cli>Portfolio Item – “portfolio_item”\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>All lipsum template snippets are located in plugins\u002Fwp-lipsum\u002Ftemplates. You can easily add new template files in here, and call them with the “template” attribute.\u003C\u002Fp>\n\u003Cp>Templates use Bedrock conventions, including class names (like .table-style and .post-nav), using H1s and H2s only for titles, and other concepts.\u003C\u002Fp>\n\u003Ch4>Image Dimensions\u003C\u002Fh4>\n\u003Cp>For the image templates, you can also pass in custom dimensions with the “width”, “height” and “align” parameters (shorcuts w, h and a). This works for the img, caption, portfolio & portfolio_item, and gallery & gallery_item templates.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lipsum template=img width=300 height=150]\n\n[lipsum t=caption w=300 h=150 a=right]\n\n[lipsum t=gallery w=500 h=220]\n\n[lipsum t=portfolio w=100 h=100]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Align can be set to “left”, “right”, “center” or “none”. These parameters default to 200×200, and alignleft.\u003C\u002Fp>\n\u003Ch4>Using the Template Tag\u003C\u002Fh4>\n\u003Cp>You can also call the plugin from your theme code, by using the display_lipsum_template() function:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php display_lipsum_template($template, $repeat); ?>\n\u003C?php display_lipsum_template('basic') ?>\n\u003C?php display_lipsum_template('table', 4) ?>\n\u003C?php display_lipsum_template('caption', 1, 500, 300, 'right') ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>More Info\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fbedrocktheme.com\u002Fwp-lipsum\u002F\" title=\"View the WP-Lipsum homepage here\" rel=\"nofollow ugc\">View the WP-Lipsum homepage here\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>WP-Lipsum is a part of the Bedrock mini-framework, more info at \u003Ca href=\"http:\u002F\u002Fbedrocktheme.com\u002F\" title=\"bedrocktheme.com\" rel=\"nofollow ugc\">bedrocktheme.com\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Follow me at \u003Ca href=\"http:\u002F\u002Fdylanized.com\u002F\" title=\"dylanized.com\" rel=\"nofollow ugc\">dylanized.com\u003C\u002Fa> and \u003Ca href=\"http:\u002F\u002Ftwitter.com\u002Fdylanized\" title=\"@dylanized\" rel=\"nofollow ugc\">@dylanized\u003C\u002Fa>\u003C\u002Fp>\n","WP-Lipsum is a simple plugin for generating dummy text for your WordPress site.",3067,20,"2012-05-07T12:14:00.000Z","3.3.2","",[25,26,27],"dummy-text","lipsum","lorem-ipsum","http:\u002F\u002Fbedrocktheme.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-lipsum.zip",0,null,"2026-03-15T15:16:48.613Z"]