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
October 2017
Oct 13 Fri · 16:13
Forums med
Created a topic, Neat plugin, messes with theme, on the site WordPress.org Forums:
I love all the features included in this plugin. Howev…
February 2017
Feb 27 Mon · 21:56
Forums med
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Seriously, no worries at all! I'm just super thrilled that with your help it's working…
Feb 27 Mon · 16:23
Forums med
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Ahhhh! That 'numberposts' => -1, did EXACTLY the trick and fixed my problem. THANK YOU.…
Feb 24 Fri · 23:49
Forums med
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Thanks! I've implemented that part. But then it only displays one link, and it's to…
Feb 24 Fri · 22:40
Forums med
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Ahhhh! That'd make sense. So when I swap out the 'category' => $current_cat_id, which parts…
Feb 23 Thu · 23:22
Forums med
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Ahhh! We are on the same train of thought. That's exactly where my question comes…
Feb 23 Thu · 22:30
Forums med
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
@bcworkz, thanks for the reply. What do you mean you need something more to go…
Feb 23 Thu · 16:56
Forums med
Created a topic, Previous/Next Post link in category–bizzare outcome, on the site WordPress.org Forums:
I'm having some issues. I have a blog that I'm working…
Feb 17 Fri · 19:00
Forums med
Posted a reply to WP_Query multiple categories, on the site WordPress.org Forums:
I've figured out the solution: $catquery = new WP_Query(array('category_name' => 'slug1,slug2', 'post_status' => 'publish', 'posts_per_page'…
Feb 17 Fri · 18:45
Forums med
Created a topic, WP_Query multiple categories, on the site WordPress.org Forums:
I've got this wp_query working, (which is a relief as …