Profiles

Badges

CODE
3 badges
Core Contributor '15 Hosting Contributor '18 Plugin Developer
COMMUNITY
2 badges
WordCamp Organizer '22 WordCamp Speaker '14
PRACTICE
1 badge
Training Contributor '19
POLYGLOTS
1 badge
Translation Contributor '23

Current Job

Technical Support
Present

Recent impact

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

Last 30 days
6contributions
high0
medium6
score6
Last 90 days
11contributions
high0
medium11
score11
Last 12 months
103contributions
high0
medium103
score103

Team focus

Share of contributions across teams during the last 365 days

WordPress releases

Contributed to 3 releases
  • 4.0
  • 3.6
  • 3.5

Contributions

Type
May 2026
May 10 Sun · 05:54
Forums med
Posted a reply to Video Fields within Post Type Not Showing, on the site WordPress.org Forums:
The most basic method of displaying video from a URL of an mp4 file is…
May 10 Sun · 05:48
Forums med
Posted a reply to Cannot connect pods taxonomy with post, on the site WordPress.org Forums:
O ile utworzony typ wpisu ma w zakładce „Opcje zaawansowane” zaznaczone opcje „Publiczny” i „Dostępny…
May 10 Sun · 05:33
Forums med
Posted a reply to Problem with Magic Tag inside IF in Auto-Template, on the site WordPress.org Forums:
Shortcodoes and Pods templates are both markup languages powered by text substitution... they're not full…
May 10 Sun · 05:18
Forums med
Posted a reply to Post Type not showing in elementor, on the site WordPress.org Forums:
The question appears to be why custom post types are not displayed in the Elementor…
May 10 Sun · 04:46
Forums med
Posted a reply to Breakdance builder supported?, on the site WordPress.org Forums:
Pods is a general-purpose plugin for editing data structures available from and supported by WordPress…
May 10 Sun · 04:37
Forums med
Posted a reply to Pods Fatal error with elementor pro + WPML, on the site WordPress.org Forums:
It's difficult to say without access to WPML and your exact configuration, but it sounds…
May 09 Sat · 03:35
Forums med
Posted a reply to In the item list block, allow the LIMIT option OFFSET, on the site WordPress.org Forums:
<?phpadd_filter( 'pods_shortcode_findrecords_params', function( $find_args, $pods, $shortcode_args ) { $find_args['offset'] = 1; return $find_args; }, 10,…
March 2026
Mar 30 Mon · 21:50
Forums med
Posted a reply to [Pods - Custom Content Types and Fields] If Conditional with Relationship Fields, on the site WordPress.org Forums:
No, for comparing multi-dimensional data structures, either separate the templates out into Pods queries filtered…
Mar 30 Mon · 21:11
Forums med
Posted a reply to File fields do not display data when migrated with migration/lang plugins, on the site WordPress.org Forums:
The reason the issue is difficult to solve expeditiously is because the challenge sits at…
Mar 30 Mon · 20:49
Forums med
Posted a reply to Pods shortcut in other Pods template, on the site WordPress.org Forums:
Add this to wp-config.php: define( 'PODS_SHORTCODE_ALLOW_SUB_SHORTCODES', true ); ...to allow shortcodes to be used within…