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
1contribution
high0
medium1
score1
Last 12 months
1contribution
high0
medium1
score1

Contributions

Type
April 2026
Apr 29 Wed · 12:16
Forums med
Created a topic, Lightweight plugin with great support, on the site WordPress.org Forums:
The plugin offers many options in its free version. It…
July 2017
Jul 18 Tue · 12:32
Forums med
Posted a reply to how to make this plugin work with my custom post type?, on the site WordPress.org Forums:
adding this to functions.php worked for me: add_filter( 'instant_articles_post_types', 'add_post_types', 10,1 ); function add_post_types($post_type_array){ array_push($post_type_array,'post');…