WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: acf-recent-posts-widget (Used by 185 domains)

ACF Recent Posts Widget

πŸ‘€ magicoders πŸ“¦ v5.9.3 πŸ”— Plugin Homepage

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.

Available Settings

The widget supports the following settings:

  • Widget Title
  • Custom Widget container CSS class
  • Option to ignore sticky posts
  • Search keyword query
  • Id based post exclusion
  • Date Display, Date Modified, Relative and Custom Date Format specifiaction
  • Listing posts from specific date period (start and end)
  • Listing posts with specific password, listing password protected posts only or excluding these
  • Post Type selection
  • Post Formats selection
  • Post Statuses selection
  • Listing posts limited to author via author id
  • Order specifiaction (ASC or DESC)
  • Orderby specification (ID, Author, Title, Date, Modified, Random, Comment Count, Menu Order, Meta Value, Meta Value Numeric)
  • Meta Key specifiaction (if Meta Value or Meta Value Numeric were chosen as orderby rule)
  • Meta Comparison selection
  • Meta Value Specification (for the Meta Comparison selection)
  • Category limitation
  • Tag limitation
  • Id based custom taxonomy limitation
  • Operator specifiaction for the above rules
  • Number of posts to show
  • Number of posts to skip
  • Thumbnail display, thumbnail size (width, height), thumbnail alignment, default thumbnail
  • Excerpt display, its word limit, its readmore text (occurs only if the amount of words exceeds the limit)
  • Custom HTML to display before the loop
  • Custom HTML to display after the loop
  • Custom HTML to display before each posts. It supports custom meta keys and ACF fields
  • Custom HTML to display after each posts. It supports custom meta keys and ACF fields
  • Custom HTML to display for no posts found
  • Custom and default CSS
  • Custom HTML templates

ACF supported fields

The plugin has been tested with ACF 6 (Free and Pro).

The plugin supports the following ACF fields:

  • Text
  • Textarea
  • Number
  • Email
  • Password
  • Wysiwg Editor
  • Image
  • File

No other fields have been tested and are supported at the moment.

Shortcode

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.

Creating Custom Templates

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.

Template files

There are 3 main template files:

  • loop-after.php (which displays the markup after each of the posts and closes the markup container)
  • loop-before.php (which displays the markup before each of the posts and opens the markup container)
  • loop-inner.php (which is enqueued for each of the posts separatelly and contains the markup of every single post)

Usage

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.

Different template per widget / sidebar

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.

Complex usage

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.

Using the HTML textarea fields

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)

Meta Key Name / ACF Usage

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.

Meta Value Usage

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.

Plugin Filters

The are several filters that can be used to enchance the plugin programatically:

  • β€˜acf_rwp_query’ which gives one the ability to filter the query applied to each widget.
  • β€˜acp_rwp_before’ which gives on the ability to filter the Front End output of the plugin before each post. There are two hooks attached here already which allow usage of the [acf] and [meta] shortcodes.
  • β€˜acp_rwp_after’ which gives on the ability to filter the Front End output of the plugin after each post. There are two hooks attached here already which allow usage of the [acf] and [meta] shortcodes.
  • β€˜acf_meta_value’ which filters the meta_value query parameter.

Check the acf_widget_widget file for the arguments and use cases.

Dependencies

Other

Languages Supported

  • English (default)
  • Polish (since May 11 2015)
  • French (since June 29 2015), by wolforg, standalone source
  • Spanish (since July 30 2023)
DomainExposuresHeadersLast Checked
v*l*e*.de βœ… F 2026-07-06 22:03:02
i*t*r*a*-*i*c*t*c*.de (WP 7.0) βœ… F 2026-07-06 10:27:49
a*b*r*a*d*a*a*e*i*.de (WP 7.0) βœ… F 2026-07-06 10:27:49
l*b*r*y*v*r*e*-*o*i*i*s.com (WP 7.0) πŸ‘€ F 2026-07-06 07:10:58
w*r*e*v*.org βœ… F 2026-07-06 04:38:07
l*t*l*b*a*h*o*t*o*s*.c*m.au (WP 7.0) βœ… F 2026-07-06 03:48:50
r*g*l*r*u*l*c.com βœ… F 2026-07-05 22:54:19
c*n*t*u*t*o*s*u*r*m.com (WP 4.9.20) ⚠️ F 2026-07-05 13:55:33
p*a*e*g*a*e*i*e*e*i*w.com (WP 6.6.5) πŸ”“ πŸ‘€ F 2026-07-05 00:01:05
l*s*8*o*r*.com (WP 6.0.12) ⚠️ πŸ”“ F 2026-07-04 22:25:04
b*a*t*f*h*m*r*h*n*a*t*.com βœ… F 2026-07-04 17:26:22
c*n*i*i*n*t*r*c*g*i*.com (WP 4.4.2) ⚠️ πŸ‘€ F 2026-07-04 15:11:17
b*a*h*a*s*j*h*.com βœ… F 2026-07-04 11:08:14
t*i*r*e*r*s*.com βœ… F 2026-07-04 08:10:49
f*r*a*i*e*a*.ca (WP 6.9.4) βœ… F 2026-07-04 05:49:39
v*g*i*r*b*.com (WP 6.8.5) βœ… F 2026-07-04 00:09:26
v*g*n*o*s.com (WP 6.8.5) πŸ‘€ F 2026-07-03 22:16:09
s*a*i*x.com (WP 6.5.8) βœ… F 2026-07-03 20:49:21
b*y*r*a*d*i*k*t.com βœ… F 2026-07-03 17:20:27
b*y*r*a*d*t*c*e*.com βœ… F 2026-07-03 17:20:27
p*o*u*t*r*s*e*z*c*r*o*d*r*s.com (WP 7.0) πŸ‘€ F 2026-07-03 17:08:17
b*x*e*p*o.com βœ… B 2026-07-03 15:02:48
b*x*e*m*l*r*c*i*e*n*u*a*c*.com βœ… B 2026-07-03 15:02:48
c*m*o*i*y*a*.com βœ… C 2026-07-03 14:46:40
a*o*s*s.gr (WP 6.6.1) πŸ‘€ F 2026-07-03 03:29:31
b*s*o*i*m*.com (WP 7.0) πŸ‘€ F 2026-07-03 01:46:37
m*r*o*f*r*c*.org (WP 7.0) πŸ‘€ F 2026-07-03 01:00:38
p*g*.ch (WP 6.7.5) πŸ‘€ F 2026-07-02 15:44:44
f*e*z*i*b*d.de (WP 6.1.10) ⚠️ D 2026-07-02 11:47:40
v*l*i*i*.com (WP 6.8.5) βœ… F 2026-07-02 10:11:49
l*n*k*e*s*r*g*n.de (WP 7.0) βœ… F 2026-07-02 05:37:54
i*m*r*i*e*e*h*.com (WP 6.9.4) πŸ‘€ F 2026-07-01 23:40:03
p*w*a*k.com βœ… D 2026-07-01 23:09:40
a*s*u*.com (WP 6.9.4) βœ… F 2026-07-01 21:10:06
b*n*a*n*c.com βœ… F 2026-07-01 15:14:08
a*v*t*.com βœ… A 2026-07-01 15:03:33
m*d*i*e*a*t*e*.com βœ… F 2026-07-01 14:40:23
o*n*p*i*t.vn (WP 6.0.2) ⚠️ F 2026-07-01 13:39:49
b*n*t*b.com (WP 6.9.4) πŸ”“ D 2026-07-01 13:23:51
a*v*n*i*f*s*f*.com βœ… F 2026-07-01 09:24:12
k*n*l*h*s*e*n.de (WP 6.8.5) πŸ‘€ F 2026-07-01 00:51:50
a*e*i*a*p*o*e*t*e*.net (WP 6.8.5) πŸ‘€ F 2026-07-01 00:30:13
u*u*a*i*d*z*w.com (WP 4.7.33) ⚠️ πŸ‘€ F 2026-07-01 00:17:48
e*i*s.fr (WP 7.0) βœ… A 2026-06-30 21:15:53
a*r*a*b*n*.com πŸ”“ C 2026-06-30 21:00:46
a*o*w*f*e*-*b*a*h*e*.de (WP 7.0) βœ… F 2026-06-30 19:46:31
p*l*s*v*n*s*a*k.com βœ… D 2026-06-30 18:38:33
p*l*t*e*c*a*t*r*.com βœ… F 2026-06-30 17:55:03
t*i*k*o*d*e*v*c*.ca πŸ‘€ B 2026-06-30 17:54:10
i*e*u*u*o*j*u*n*l.com (WP 6.6) βœ… F 2026-06-30 15:25:36
f*e*g*a*s*.net (WP 7.0) βœ… F 2026-06-30 11:47:28
t*e*f*o*c*e*t*v*.ca (WP 7.0) πŸ‘€ B 2026-06-30 08:58:26
c*p*o*a.org βœ… F 2026-06-30 08:58:02
c*s*e*s.com βœ… C 2026-06-30 03:30:46
k*l*u*a*a*.ru (WP 7.0) πŸ‘€ F 2026-06-29 21:32:25
s*a*o*t*x*s.org βœ… F 2026-06-20 01:20:34
j*n*m*0*1.org βœ… F 2026-06-15 07:39:43
t*c*l*n*u*g*p*.com βœ… C 2026-06-13 02:44:39
o*p*i*.info βœ… F 2026-06-12 16:47:26
s*a*e*a*k*f*c*t*a.bank πŸ”“ D 2026-06-11 17:35:59
i*a*.berlin (WP 7.0) πŸ‘€ F 2026-06-11 02:16:22
j*i*m*n*-*h*t*g*a*h*k.de (WP 7.0) πŸ‘€ F 2026-06-09 20:40:09
a*m*d*s*e*a*i*i*a*j*.pl (WP 7.0) βœ… F 2026-06-07 16:07:37
t*e*t*a*g*t*n*n*s*l*n.c*m.au (WP 6.8.5) βœ… F 2026-06-06 23:25:26
f*e*d*m*e*t*o*.com βœ… F 2026-06-03 17:34:16
p*i*e*r*c*p*o*u*t*o*s.com βœ… F 2026-06-03 01:04:50
l*p*l*e*i*r*.net βœ… F 2026-06-02 20:22:40
p*u*c*c*o*m*c*.com βœ… F 2026-06-02 15:24:11
p*v*v*r*r*b*r*.at (WP 7.0) βœ… F 2026-06-01 19:52:04
g*d*p*a*a.ru (WP 5.8.13) ⚠️ F 2026-06-01 11:27:35
c*r*i*c*m*u*t*o*.com βœ… F 2026-06-01 02:33:10
d*a*g*r*a*g*n*o*f.com βœ… F 2026-05-31 23:13:37
d*a*g*r*l*n*e*d*r*.com βœ… F 2026-05-31 23:13:37
r*p*b*l*k*.org (WP 5.9.10) ⚠️ F 2026-05-31 15:57:04
v*a*i*i*p.com βœ… F 2026-05-31 12:54:54
l*s*m*n*t*g*e*n*e*.com (WP 5.6.17) ⚠️ B 2026-05-31 11:11:55
t*e*a*t*r*e*.com (WP 6.2.9) ⚠️ F 2026-05-31 10:37:38
b*t*e*d.academy πŸ”“ F 2026-05-31 04:05:52
v*r*i*-*u*r*k*e*s*r*n*e*k*n*e*-*a*n*v*r.de βœ… F 2026-05-31 01:04:51
c*p*a*s*h*o*.com βœ… F 2026-05-30 22:54:52
t*x*m*b*l*s*l*t*o*s.com (WP 4.8.17) ⚠️ F 2026-05-30 14:31:03
v*p*e*e*u*b*s*i*e*t.com (WP 4.4.2) ⚠️ F 2026-05-29 13:03:53
p*n*v*.se (WP 7.0) βœ… F 2026-05-29 11:54:17
k*v*s*u*i*.c*m.au βœ… F 2026-05-29 07:05:09
h*f*n*s*r*u*i*g.de (WP 6.9.4) βœ… F 2026-05-29 01:33:14

Top 50 Plugins

Plugin Count
elementor 1,785,060
contact-form-7 1,769,562
elementor-pro 1,058,206
woocommerce 819,771
revslider 614,568
jetpack 460,717
js_composer 424,461
wp-rocket 341,988
essential-addons-for-elementor-lite 267,768
complianz-gdpr 260,954
gravityforms 258,025
google-site-kit 232,366
cookie-law-info 231,344
instagram-feed 227,249
sitepress-multilingual-cms 212,529
header-footer-elementor 209,451
google-analytics-for-wordpress 208,128
bluehost-wordpress-plugin 193,296
elementskit-lite 182,857
gutenberg 167,430
cookie-notice 151,062
litespeed-cache 142,724
gtranslate 126,629
wpforms-lite 126,201
the-events-calendar 123,516
gutenberg-core 121,761
astra-sites 115,393
popup-maker 111,022
woocommerce-payments 110,846
tablepress 102,699
honeypot 98,277
astra-addon 94,821
wp-smushit 91,887
duracelltomi-google-tag-manager 91,135
layerslider 90,368
all-in-one-seo-pack 90,325
coblocks 90,053
bb-plugin 86,911
akismet 85,544
premium-addons-for-elementor 85,431
cleantalk-spam-protect 83,524
ml-slider 83,069
mailchimp-for-wp 82,767
megamenu 81,059
woocommerce-gateway-stripe 80,305
fusion-builder 77,966
jet-engine 77,786
ewww-image-optimizer 77,287
wp-pagenavi 77,000
smart-slider-3 76,992

Top 50 Themes

Theme Count
hello-elementor 624,626
Divi 501,637
astra 419,486
flatsome 136,845
Avada 122,485
generatepress 115,808
pub 84,815
oceanwp 81,606
kadence 79,580
enfold 69,690
salient 65,787
twentyseventeen 54,790
bb-theme 53,022
betheme 52,693
twentytwentyfour 52,641
blocksy 51,410
cocoon-master 50,064
dt-the7 45,837
twentytwentyfive 45,047
h4 42,308
woodmart 41,010
neve 38,606
Avada-Child-Theme 37,195
gox 36,255
bridge 31,778
twentytwentyone 30,648
lightning 30,251
twentytwenty 29,019
swell 28,406
bricks 26,552
Impreza 26,292
Newspaper 24,354
twentytwentythree 22,363
epik-redesign 19,287
twentytwentytwo 19,003
uncode 18,731
twentysixteen 17,753
pro 17,600
sydney 16,725
storefront 16,504
Total 14,593
hello-theme-child-master 14,065
factory-templates-4 13,741
extendable 13,397
themify-ultra 13,074
hestia 12,721
yootheme 12,665
yith-wonder 12,547
porto 12,093
jupiter 11,716