Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
May 2022
May 11 Wed · 18:30
Forums med
Created a topic, ACF Relationship Past Value to Other Post page, on the site WordPress.org Forums:
<?php $series = get_field('series'); ?> this is …
May 10 Tue · 13:39
Forums med
Posted a reply to Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
Hello sir! the thumbnail is now working the only problem that we had the plugin…
May 09 Mon · 20:09
Forums med
Posted a reply to Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
Thank you. i need your plugin verybadly...
May 09 Mon · 19:29
Forums med
Posted a reply to Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
Here i have right now i hope you find a solution within this https://prnt.sc/MZ08sLH20_70 https://prnt.sc/fAuAawTlIBFK…
May 09 Mon · 16:03
Forums med
Posted a reply to Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
No i'm just testing it. i just want wordpress default feature image to show on…
May 09 Mon · 14:09
Forums med
Posted a reply to [WordPress Popular Posts] Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
This my actual code, i test it with ACF everything is perfect but choosing featured…
May 09 Mon · 06:15
Forums med
Posted a reply to Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
<?php $args = array( 'post_type' => 'post', 'limit' => 5, 'range' => 'custom', 'time_quantity' =>…
May 08 Sun · 17:14
Forums med
Posted a reply to Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
the default one via widget is working fine but in this case the code is…
May 08 Sun · 17:13
Forums med
Created a topic, Custom Post Type Thumbnail is not showing, on the site WordPress.org Forums:
<?php $args = array( …