{"id":232018,"date":"2025-05-15T09:26:27","date_gmt":"2025-05-15T09:26:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/recent-pages-and-posts-by-mediaart\/"},"modified":"2026-01-27T09:11:50","modified_gmt":"2026-01-27T09:11:50","slug":"recent-pages-and-posts-by-mediaart","status":"publish","type":"plugin","link":"https:\/\/fy.wordpress.org\/plugins\/recent-pages-and-posts-by-mediaart\/","author":23256736,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2.2","stable_tag":"1.0.2.2","tested":"6.9.4","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Recent Pages and Posts by MediaArt","header_author":"MediaArt","header_description":"Creates a sidebar widget that displays a list of links to recently created\/updated pages and posts.","assets_banners_color":"","last_updated":"2026-01-27 09:11:50","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/recent-pages-and-posts-by-mediaart\/","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":456,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"mediaart","date":"2025-05-15 09:26:02"},"1.0.2":{"tag":"1.0.2","author":"mediaart","date":"2026-01-26 13:26:08"},"1.0.2.1":{"tag":"1.0.2.1","author":"mediaart","date":"2026-01-26 15:51:02"},"1.0.2.2":{"tag":"1.0.2.2","author":"mediaart","date":"2026-01-27 09:11:50"}},"upgrade_notice":{"1.0.2.2":"<p>Recommended update (readme\/documentation fixes).<\/p>","1.0.2.1":"<p>Recommended update (readme maintenance).<\/p>","1.0.2":"<p>Recommended update (Plugin Check + translation handling fixes for WP.org).<\/p>","1.0.1":"<p>Improved styles and cleaned output.<\/p>","1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3452212,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.2.1","1.0.2.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3293920,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3293920,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Widget configuration in the admin","2":"Example output in the sidebar","3":"recepaan_post_types \u2013 change post types.","4":"recepaan_query_args \u2013 customize query args.","5":"recepaan_item_text \u2013 customize excerpt text."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1395,242313,242312,1083,162],"plugin_category":[43],"plugin_contributors":[242314],"plugin_business_model":[],"class_list":["post-232018","plugin","type-plugin","status-publish","hentry","plugin_tags-excerpt","plugin_tags-modified-posts","plugin_tags-recent-pages","plugin_tags-recent-posts","plugin_tags-widget","plugin_category-customization","plugin_contributors-mediaart","plugin_committers-mediaart"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/recent-pages-and-posts-by-mediaart\/assets\/icon-256x256.png?rev=3452212","icon_2x":"https:\/\/ps.w.org\/recent-pages-and-posts-by-mediaart\/assets\/icon-256x256.png?rev=3452212","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/recent-pages-and-posts-by-mediaart\/assets\/screenshot-1.png?rev=3293920","caption":"Widget configuration in the admin"},{"src":"https:\/\/ps.w.org\/recent-pages-and-posts-by-mediaart\/assets\/screenshot-2.png?rev=3293920","caption":"Example output in the sidebar"}],"raw_content":"<!--section=description-->\n<p>Recent Pages and Posts by MediaArt adds a sidebar widget to your site, which displays a list of the most recently created or modified posts and pages. You can configure the number of items and the length of the excerpt for each item.<\/p>\n\n<p>Useful for blogs, business sites, documentation, or anywhere where users should see what's new or recently changed.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Displays both pages and posts<\/li>\n<li>Sorts by most recently updated<\/li>\n<li>Configurable number of items<\/li>\n<li>Optional excerpt length<\/li>\n<li>Fully localized and translation-ready<\/li>\n<\/ul>\n\n<h3>Localization<\/h3>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to Appearance \u2192 Widgets and add the \"Recent Pages and Posts\" widget to your sidebar.<\/li>\n<li>Configure the widget settings as needed.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"can%20i%20change%20the%20post%20types%20shown%3F\"><h3>Can I change the post types shown?<\/h3><\/dt>\n<dd><p>Yes, you can use the <code>recepaan_post_types<\/code> filter to modify the query. Example:\n    add_filter('recepaan_post_types', function($types) { return array('post', 'page', 'custom_post_type'); });<\/p><\/dd>\n<dt id=\"can%20i%20change%20the%20default%20post%20count%20or%20excerpt%20length%3F\"><h3>Can I change the default post count or excerpt length?<\/h3><\/dt>\n<dd><p>Yes, using these filters:\n- <code>recepaan_query_args<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2.2<\/h4>\n\n<ul>\n<li>Readme: restored Localization + historical entries.<\/li>\n<\/ul>\n\n<h4>1.0.2.1<\/h4>\n\n<ul>\n<li>Readme maintenance (headers\/FAQ cleanup).<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Plugin Check fixes (prefixed hooks, text domain alignment, WP.org translation handling).<\/li>\n<li>Readme aligned with code.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Improved widget styling \u2013 switched to dotted list and reduced padding.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"A simple widget that shows recently created or updated posts and pages.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/232018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=232018"}],"author":[{"embeddable":true,"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mediaart"}],"wp:attachment":[{"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=232018"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=232018"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=232018"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=232018"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=232018"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/fy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=232018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}