{"id":330821,"date":"2026-06-29T08:49:54","date_gmt":"2026-06-29T08:49:54","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/kerk-en-it-children\/"},"modified":"2026-06-29T13:12:21","modified_gmt":"2026-06-29T13:12:21","slug":"kerk-en-it-children","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/kerk-en-it-children\/","author":14313262,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.0","stable_tag":"1.1.0","tested":"7.1","requires":"5.9","requires_php":"","requires_plugins":null,"header_name":"Kerk en IT Children","header_author":"Kerk en IT","header_description":"This plugin provides links to subpages.","assets_banners_color":"bb2c38","last_updated":"2026-06-29 13:12:21","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/www.kerkenit.nl\/plugins\/children","header_author_uri":"https:\/\/www.kerkenit.nl","rating":0,"author_block_rating":0,"active_installs":0,"downloads":38,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.1":{"tag":"1.1","author":"kerkenit","date":"2026-06-29 08:49:22"},"1.1.0":{"tag":"1.1.0","author":"kerkenit","date":"2026-06-29 13:12:21"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3589683,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3589683,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256},"icon-384x384.png":{"filename":"icon-384x384.png","revision":3589683,"resolution":"384x384","location":"assets","locale":"","width":384,"height":384},"icon-512x512.png":{"filename":"icon-512x512.png","revision":3589683,"resolution":"512x512","location":"assets","locale":"","width":512,"height":512}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3589683,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-2316x750.png":{"filename":"banner-2316x750.png","revision":3589683,"resolution":"2316x750","location":"assets","locale":"","width":2316,"height":750},"banner-3088x1000.png":{"filename":"banner-3088x1000.png","revision":3589683,"resolution":"3088x1000","location":"assets","locale":"","width":3088,"height":1000},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3589683,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3589683,"resolution":"1","location":"assets","locale":"","width":2506,"height":1408},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3589683,"resolution":"2","location":"assets","locale":"","width":2792,"height":1558}},"screenshots":{"1":"At the bottom you can see the shortcode.","2":"The result of the shortcode in action."}},"plugin_section":[],"plugin_tags":[2868,32051,3128],"plugin_category":[],"plugin_contributors":[174857],"plugin_business_model":[],"class_list":["post-330821","plugin","type-plugin","status-publish","hentry","plugin_tags-children","plugin_tags-enfold","plugin_tags-subpage","plugin_contributors-kerkenit","plugin_committers-kerkenit"],"banners":{"banner":"https:\/\/ps.w.org\/kerk-en-it-children\/assets\/banner-772x250.png?rev=3589683","banner_2x":"https:\/\/ps.w.org\/kerk-en-it-children\/assets\/banner-1544x500.png?rev=3589683","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/kerk-en-it-children\/assets\/icon-128x128.png?rev=3589683","icon_2x":"https:\/\/ps.w.org\/kerk-en-it-children\/assets\/icon-256x256.png?rev=3589683","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/kerk-en-it-children\/assets\/screenshot-1.png?rev=3589683","caption":"At the bottom you can see the shortcode."},{"src":"https:\/\/ps.w.org\/kerk-en-it-children\/assets\/screenshot-2.png?rev=3589683","caption":"The result of the shortcode in action."}],"raw_content":"<!--section=description-->\n<p>After setting up a good navigation structure on your website, you can use this plugin to display child pages in a nice grid.<\/p>\n\n<p>It shows the title, featured image, description from the summary field, and a link to read more. The title, image, and read more link all link to the child page.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>In WP Admin, go to Plugins &gt; Add New<\/li>\n<li>Search for \"Kerk en IT Children\" and press Enter<\/li>\n<li>Click \"Install Now\"<\/li>\n<li>Click the \"Activate Plugin\" link<\/li>\n<\/ol>\n\n<p>You will be able to use the shortcode.<\/p>\n\n<pre><code>[kei_children orderby=\"menu_order\" order=\"ASC\" split=\" - \" col=\"3\" hr=\"true\"]\n<\/code><\/pre>\n\n<p>Explanation of the code above:\n    title extra title which is practicaly not used.\n    orderby sorts by the menu order defined in the menu structure.\n    order can be <code>ASC<\/code> for ascending or <code>DESC<\/code> for descending.\n    split is used to split the page title and replace it with a <code>&lt;br&gt;<\/code>.\n    col is used for columns. Right now it only supports <code>2<\/code>, <code>3<\/code>, and <code>4<\/code> for 2, 3, and 4 columns respectively.\n    hr can be <code>true<\/code> or <code>false<\/code>. When <code>true<\/code> it creates a horizontal line between the children. When used in combination with above <code>col<\/code> it generates a horzontal line between the rows.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"do%20i%20have%20to%20set%20up%20the%20menu%20structure%3F\"><h3>Do I have to set up the menu structure?<\/h3><\/dt>\n<dd><p>Yes, this is useful for correct sorting.<\/p><\/dd>\n<dt id=\"how%20many%20times%20can%20i%20use%20this%20shortcode%3F\"><h3>How many times can I use this shortcode?<\/h3><\/dt>\n<dd><p>You can use this as many times as you want.<\/p><\/dd>\n<dt id=\"will%20this%20work%20with%20any%20theme%3F\"><h3>Will this work with any theme?<\/h3><\/dt>\n<dd><p>It is optimized to work with Enfold, but it may also work with many other themes. However, you will need to style it yourself.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Replaced Google Maps for OpenStreetMap<\/li>\n<li>Added a column for Chamber of Commerce<\/li>\n<li>Added a column for Stipendia (IBAN)<\/li>\n<li>Added validation for IBAN and Stipendia to ensure valid IBAN values and formatting.<\/li>\n<li>Added a section for volunteer jobs<\/li>\n<\/ul>","raw_excerpt":"This plugin provides links to subpages.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/330821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=330821"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kerkenit"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=330821"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=330821"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=330821"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=330821"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=330821"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=330821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}