ACF Recent Posts Widget (ACFRPW) is a WordPress plugin which adds a custom, extended Recent Posts Widget - with ACF and Meta Keys support
ACFRPW adds a new widget to the Appearance -> Widgets -> ACF Recent Posts Widget. Most of the fields are quite obvious, you can choose from a set of settings to display the posts from.
Each setting alters the amount and type of posts listed in the sidebar.
The widget supports the following settings:
The plugin has been tested with ACF 6 (Free and Pro).
The plugin supports the following ACF fields:
No other fields have been tested and are supported at the moment.
From version 4.4 the plugin supports shortcode embeds. Given the amount of options and their specific names (as in shortcode attributes) the shorcode builder has been introduced
see 7th and 8th screenshots for the reference.
You’ll see a popup once clicked on ACFRPW button which gives one an ability to automatically set up the shortcode code for you. The rest follows all of the options specified here.
To use the shortcode one needs to have the WordPress editor enabled for the current page / post type. In case it was disabled (say via ACF) the button won’t appear.
From version 4.3 the plugin supports custom templates. To make usage of these one needs to make a copy of all the files found
in the acf-recent-posts-widget/templates directory and copy them over to the active template directory to acfrpw subdirectory.
The approach is similar to the way WooCommerce plugin works and has it’s drawbacks. With every new feature the files may be outdated.
Similarly to the widget template files, a separate, custom markup can be created for the shortcode build post listing. Copy the acf-recent-posts-widget/template files
to acfrpw-blog directory created inside your active theme directory.
There are 3 main template files:
The usage is quite advanced hence each template file contains a quite detailed documentation on how to use it.
First of all the template files mustn’t have the global variables removed. Each of these variables stores the widget settings, which are then used to generate the code.
Second of all the variable names are unobvious, loop-inner.php template file contains a list of all the names used, which are then extracted and available as php variables.
The templates allow one to adjust the markup of each single widget. One needs first to verify the widget id used, which may then be referenced.
The variable which stores the widget id is $acf_rpw_args[‘widget_id’]. Dumping the value in the template is the best way to find out which automatic id has been created for your widget.
The best way to handle the templates is to learn from their code. My personal suggestion is to copy over the templates to the current theme and work directly on them, doing one change at a time.
The templates require learning curve to use and there’s no single answer to everyones problem.
This section covers plugin complex usage for advanced user willing to have more control over the behavior of the plugin as well as explains uncommon functionalities.
These sections might not be obvious. The HTML or text before / after the whole loop setting is an area where you can specify custom HTML markup to be added before / after the whole posts list.
The HTML or text before / after each post is an area where you can not only specify custom HTML, but you are also given an ability to print any meta key or certain ACF fields (see ACF supported fields)
These fields need to be wrapped inside the {meta name} or {acf field_name} tags (which are similar to shortcodes). The plugin will then parse these fields and print their according value. Say we have a custom ACF field of type text, for which the Field Name is “text”.
To print its value one has to use [acf text] inside the befoe / after each post textarea. A similar solution applies to the meta key.
The Meta Value field supports an array of elements, so that all of the meta_compare parameters could be used. To do so, please specify the two parameters separated by semicolon, for instance: 1234;12345.
The plugin will convert these into an array and apply the proper operation for the two. Whatsmore the [date] shortcode can be used here. It takes the timestamp paramater as an argument, which is required – the possible arguments are the same as for
the function described here: http://php.net/manual/pl/function.strtotime.php. For instance [date +1 day] would generate the tomorrow date in “Ymd” format.
This can be used with custom meta field date.
The are several filters that can be used to enchance the plugin programatically:
Check the acf_widget_widget file for the arguments and use cases.
This section describes how to install the plugin and get it working.
acf-widget.zip
to the /wp-content/plugins/
directoryNo it doesn’t. Some functionalities will be missing though and a notification will be shown to the user on Plugins dashboard page.
The plugin supports the latest ACF 6.X.X version.
No it doesn’t. We’re considering this as an update.
Yes, the plugin does support shortcodes since version 4.4.
No it doesn’t.
Please make sure to have the default styles checkbox checked.
** Ensured compatibility with 6.4.1 WordPress Core
** Ensured compatibility with 6.2.2 WordPress Core
** Ensured compatibilty with the Block Widget editor
** Add ability to specify text for no posts found **
* Introduced a new textarea field allowing one to specify empty query results HTML *
** Compatbility Fix and Language Pack Updatess **
** Compatbility Fix and Check **
Shortcode improvement fix
Compatibility release
Compatbility release
Bug Fixes
ACF Pro Beta Support
ACF Pro Beta Support
ACF Pro is supported from now on. However due to possible differences between ACF 4
there is no guarantee of its support
Bug Fixes
Bug Fixes
New language support
Meta Key options
Introduce plugin filters
Revamp the readme file
Introduce polish version
Small bug fixes
Plugin first release