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

Plugin: tidyhive-featured-posts (Used by 14 domains)

Tidyhive Featured Posts

πŸ‘€ Mohit Chawla πŸ“¦ v1.5.0 πŸ”— Plugin Homepage

This plugin adds the ability for the user to mark a post to be a featured post with just one click without the need of editing an individual post. The plugin also includes a widget which can display all the posts which have been marked featured.

Usage

  • Go to your admin dashboard page.
  • Open all posts page which displays the list of posts in table.
  • A column name β€˜Featured posts’ will be there with a star icon in each row.
  • Click the star to make that post as featured.

Dashboard->Posts>All Posts

Instructions

Q1. How to display feature posts?

Plugin comes with a widget, which can be added to sidebar

Q2. How to display featured posts in any desired section of theme(Developers)?

In order to display featured posts in your theme, use the following code to fetch the posts.

$featured_posts = Thfp_public::thfp_get_featured_posts();

The above code return WP_Query object which you can use in a loop. Above static function accepts a parameter(int) which limits the number of posts which it can return.

Show the posts with the help of custom loop:-

if($featured_posts->have_posts()):
    while($featured_posts->have_posts()): $featured_posts->the_post();
        //Your code here
    endwhile;
endif;

You can also use your own wp_query. Make sure you use β€˜tag’ key to be β€˜featured’.

$args = array(
    'post_status'   =>  'publish',
    'tag'           =>  'featured',
    //Use any other needed args
);
$featured_posts = new WP_Query($args);

and then use the loop to display posts.

DomainExposuresHeadersLast Checked
l*r*l*n*.com (WP 6.6.5) βœ… F 2026-04-08 03:39:22
p*g*s*e*d*r.dk βœ… F 2026-04-07 23:35:16
u*v*k*i*g*c*n*r*m.dk βœ… β€” 2025-11-12 07:52:23
t*i*i*d*a*e*.com βœ… β€” 2025-11-11 04:09:36
s*l*t*g*a*h*c.com βœ… β€” 2025-11-10 07:26:23
r*c*e*t*s.com βœ… β€” 2025-11-10 03:59:47
p*y*o*o*k*t*i*e*i*s*n.com βœ… β€” 2025-11-09 23:32:34
g*a*m*r*a*.com βœ… β€” 2025-11-07 23:19:40
g*e*c*a*c*.com βœ… β€” 2025-11-07 21:50:01
c*l*a*d*e*l.com βœ… β€” 2025-11-06 20:33:51
c*c*p*n*o*t*p*a.com βœ… β€” 2025-11-06 16:15:14
b*y*i*o*-*p*i*s.com βœ… β€” 2025-11-06 13:59:39
a*i*h*r*.com βœ… β€” 2025-11-06 01:33:39

Top 50 Plugins

Plugin Count
elementor 4,048,201
contact-form-7 3,425,789
elementor-pro 2,221,706
woocommerce 1,932,807
revslider 1,313,521
js_composer 821,468
essential-addons-for-elementor-lite 600,225
wp-rocket 580,341
header-footer-elementor 550,280
jetpack 547,260
elementskit-lite 526,321
gutenberg-core 471,452
google-analytics-for-wordpress 439,766
instagram-feed 432,650
google-site-kit 419,123
wpforms-lite 409,278
astra-sites 406,885
cookie-law-info 393,639
complianz-gdpr 383,282
gravityforms 362,927
litespeed-cache 354,078
sitepress-multilingual-cms 323,238
bluehost-wordpress-plugin 302,321
gtranslate 261,200
coblocks 237,408
cookie-notice 230,671
premium-addons-for-elementor 200,216
mailchimp-for-wp 194,736
sg-cachepress 193,258
astra-addon 189,140
bb-plugin 187,925
the-events-calendar 187,318
pro-elements 186,788
click-to-chat-for-whatsapp 183,511
creame-whatsapp-me 182,047
LayerSlider 175,948
wp-smushit 174,447
custom-fonts 174,068
popup-maker 171,651
gutenberg 168,808
royal-elementor-addons 162,465
tablepress 157,537
ultimate-addons-for-gutenberg 157,201
woocommerce-gateway-stripe 152,460
pixelyoursite 151,364
smart-slider-3 150,353
duracelltomi-google-tag-manager 145,599
cleantalk-spam-protect 140,439
metform 137,764
fusion-builder 136,424

Top 50 Themes

Theme Count
hello-elementor 1,244,089
astra 1,131,949
Divi 995,934
pub 308,180
generatepress 234,786
flatsome 230,207
h4 216,358
Avada 197,656
oceanwp 171,254
kadence 149,153
twentytwentyfive 128,381
bb-theme 124,565
blocksy 123,560
twentytwentyfour 120,699
enfold 119,309
cocoon-master 119,295
salient 116,671
woodmart 102,082
betheme 100,158
twentyseventeen 90,063
dt-the7 79,054
neve 70,830
swell 64,221
twentytwentyone 61,050
bridge 59,571
lightning 54,230
twentytwentythree 53,626
twentytwenty 50,460
Avada-Child-Theme 44,603
gox 42,271
Impreza 40,838
bricks 40,207
Newspaper 39,474
twentytwentytwo 39,282
yith-wonder 33,170
storefront 32,019
themify-ultra 31,369
extendable 31,359
pro 30,540
twentyfifteen 30,490
uncode 29,951
epik-redesign 29,608
sydney 29,259
twentysixteen 28,955
go 26,466
porto 25,923
Total 25,818
hestia 23,426
popularfx 22,486
thrive-theme 21,998