{"id":54245,"date":"2017-02-12T15:22:27","date_gmt":"2017-02-12T15:22:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/subpagelister\/"},"modified":"2022-11-01T13:30:32","modified_gmt":"2022-11-01T13:30:32","slug":"subpagelister","status":"closed","type":"plugin","link":"https:\/\/ku.wordpress.org\/plugins\/subpagelister\/","author":442239,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"1.0","tested":"6.1.10","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"Subpagelister","header_author":"kimannwall, strangerstudios","header_description":"","assets_banners_color":"f466ba","last_updated":"2022-11-01 13:30:32","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.strangerstudios.com\/plugins\/subpagelister\/","header_author_uri":"http:\/\/www.strangerstudios.com","rating":5,"author_block_rating":0,"active_installs":70,"downloads":2528,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0":{"tag":"1.0","author":"strangerstudios","date":"2022-11-01 13:30:32"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"3"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1594560,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":1594560,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":1594560,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1594560,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":1594560,"resolution":"1","location":"assets","locale":""},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":1594560,"resolution":"2","location":"assets","locale":""},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":1594560,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Sample shortcode output of [subpagelist link=\"button\" link_text=\"Keep Reading\" orderby=\"title\" show=\"excerpt\" thumbnail=\"medium\" thumbnail_align=\"left\"]","2":"Sample shortcode output of [subpagelist layout=\"3col\" link=\"button\" link_text=\"Keep Reading\" orderby=\"title\" show=\"none\" thumbnail=\"medium\"]","3":"Sample shortcode output of [subpagelist layout=\"2col\" orderby=\"title\" show=\"excerpt\" thumbnail=\"true\"]"}},"plugin_section":[],"plugin_tags":[529,1403,80,10851,1141],"plugin_category":[43],"plugin_contributors":[92659,78328],"plugin_business_model":[],"class_list":["post-54245","plugin","type-plugin","status-closed","hentry","plugin_tags-content","plugin_tags-index","plugin_tags-shortcode","plugin_tags-table-of-contents","plugin_tags-theme","plugin_category-customization","plugin_contributors-kimannwall","plugin_contributors-strangerstudios","plugin_committers-strangerstudios"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/subpagelister_f466ba.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/subpagelister\/assets\/screenshot-1.jpg?rev=1594560","caption":"Sample shortcode output of [subpagelist link=\"button\" link_text=\"Keep Reading\" orderby=\"title\" show=\"excerpt\" thumbnail=\"medium\" thumbnail_align=\"left\"]"},{"src":"https:\/\/ps.w.org\/subpagelister\/assets\/screenshot-2.jpg?rev=1594560","caption":"Sample shortcode output of [subpagelist layout=\"3col\" link=\"button\" link_text=\"Keep Reading\" orderby=\"title\" show=\"none\" thumbnail=\"medium\"]"},{"src":"https:\/\/ps.w.org\/subpagelister\/assets\/screenshot-3.jpg?rev=1594560","caption":"Sample shortcode output of [subpagelist layout=\"2col\" orderby=\"title\" show=\"excerpt\" thumbnail=\"true\"]"}],"raw_content":"<!--section=description-->\n<p>Shows a list of subpages, with display options for content or excerpts, buttons and links, featured images, and layout. Enter the shortcode [subpagelist] in any page to generate the list. An example shortcode and all shortcode attributes are displayed below:<\/p>\n\n<h4>Example Subpagelist Shortcode<\/h4>\n\n<p>[subpagelist exclude=\"3,5\" layout=\"3col\" link=\"true\" orderby=\"title\" order=\"ASC\" show=\"excerpt\" thumbnail=\"thumbnail\"]<\/p>\n\n<h4>Shortcode Attributes Include:<\/h4>\n\n<ul>\n<li>exclude: A comma-separated list of the\u00a0page IDs to exclude from\u00a0display. (default: none)<\/li>\n<li>layout: Set this attribute if you would like to list the pages in columns; accepts\u00a0\"2col\", \"3col\" or \"4col\". (default: 1 column)<\/li>\n<li>link: Hyperlink the page title; accepts\u00a0\"true\" or \"false\". (default: true)<\/li>\n<li>link_text: The \"more link\" text to display. Accepts\u00a0\"your custom text\". (default: \"(more...)\")<\/li>\n<li>orderby: Accepts any orderby parameter as <a href=\"https:\/\/developer.wordpress.org\/reference\/classes\/wp_query\/#order-orderby-parameters\">defined in the codex<\/a>. (default: menu_order)<\/li>\n<li>order: Accepts ASC or DESC as <a href=\"https:\/\/developer.wordpress.org\/reference\/classes\/wp_query\/#order-orderby-parameters\">defined in the codex<\/a>. (default: ASC)<\/li>\n<li>post_parent: Override the parent page ID to pull in a different list of subpages; accepts any page ID. (default: current page ID)<\/li>\n<li>show: Display \"excerpt\", \"content\", or \"none\". (default: excerpt)<\/li>\n<li>show_children: Optionally display an unordered list of the child page's children; accepts\u00a0\"true\" or \"false\". (default: false)<\/li>\n<li>thumbnail: Optionally show the subpage's featured image; accepts \"thumbnail\", \"medium\", \"large\" or \"false\". (default: false)<\/li>\n<li>thumbnail_align: Optionally force the alignment of the featured image. Leave blank to inherit the suggest alignment for the given layout; accepts \"center\", \"left\", \"right\", \"none\". (default: false)<\/li>\n<\/ul>\n\n<!--section=installation-->\n<h4>Download, Install and Activate<\/h4>\n\n<p>In your WordPress admin, go to Plugins &gt; Add New to install Subpagelister, or:<\/p>\n\n<ol>\n<li>Download the latest version of the plugin.<\/li>\n<li>Unzip the downloaded file to your computer.<\/li>\n<li>Upload the \/subpagelister\/ directory to the \/wp-content\/plugins\/ directory of your site.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<h4>Start Using the Shortcodes<\/h4>\n\n<p>Browse the Subpagelister documentation to see all shortcode attributes and to view sample shortcode demos.<\/p>\n\n<p><a href=\"http:\/\/strangerstudios.com\/subpagelister\/\">View Documentation<\/a><\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='where%20can%20i%20find%20subpagelister%20documentation%3F'><h3>Where can I find Subpagelister documentation?<\/h3><\/dt>\n<dd><p>For help setting up and configuring the Subpagelister plugin, please refer to <a href=\"http:\/\/strangerstudios.com\/subpagelister\/\">documentation<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<p>Initial Release<\/p>","raw_excerpt":"Dynamic content organization with flexible display options.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/54245","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=54245"}],"author":[{"embeddable":true,"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/strangerstudios"}],"wp:attachment":[{"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=54245"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=54245"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=54245"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=54245"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=54245"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ku.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=54245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}