1,285 reputation
512
bio website wpti.ps
location Beijing, China
age 43
visits member for 2 years, 5 months
seen yesterday
stats profile views 98

I was born and raised in Rotterdam, The Netherlands, have been living in Beijing, China since 1998 with a brief 2 year intermezzo in Valencia, Spain (2008-2010).

I have been developing websites since 2005 and working with WordPress since 2006.

The websites I run are WP TIPS, Senlin Online, WP Basejump, Sandbox Online, Senlin Hosting Club, Piet Bos dot ME, among others.

Google+ Twitter WordPress Github


May
1
comment How to set up multi domain website with WPML on OVH
whether or not getting WPML to work with different domains is largely depending on your host. The following article might be of help: wpml.org/faq/server-setting-for-languages-in-different-domains
Mar
11
answered Cannot locate specific <a href> link/string using String Translation with WPML?
Mar
5
comment WPML wp_query not working properly in one language
glad you got it to work, can be a pain to get it right :)
Mar
4
comment WPML wp_query not working properly in one language
@MaxYudin if you look in the sidebar of this post, you will see plenty of WPML related questions...
Mar
4
answered WPML wp_query not working properly in one language
Feb
20
comment Sort query output on taxonomy term archive by post type using pre_get_posts
have decided that I will stick with my original groupby filter, because at least then the posts are actually grouped by type. Not in the exact order I want them to be, but better than the alternative
Feb
20
comment Sort query output on taxonomy term archive by post type using pre_get_posts
nah, can't get it to work...
Feb
20
comment Sort query output on taxonomy term archive by post type using pre_get_posts
btw checking the link you gave me now...
Feb
20
comment Sort query output on taxonomy term archive by post type using pre_get_posts
thanks for your input @chrisguitarguy, but I am afraid that I don't entirely understand. If I replace my filter with yours, nothing changes, same output as I had already remains. What am I missing?
Feb
20
asked Sort query output on taxonomy term archive by post type using pre_get_posts
Feb
7
comment How to output content based on same custom taxonomy?
that works indeed, in the tax_query I changed the 'field' back to 'slug' thanks so much! On to the next challenge as this only outputs the related profile CPT, not other content :)
Feb
7
accepted How to output content based on same custom taxonomy?
Feb
7
comment How to output content based on same custom taxonomy?
thanks for your input @Rilwis. This outputs the correct IDs, but how to get the slug (that I really need) from those IDs?
Feb
7
comment How to output content based on same custom taxonomy?
ok, fair enough :) but as I need the slug, I still should find a way to get that slug from the ID, right?
Feb
7
comment How to output content based on same custom taxonomy?
well, that is what I already said in the beginning, if I fill in the exact slug for terms (as in: 'terms' => 'the-exact-slug') AND using my original code, it works perfectly. The entire problem is how to get that slug dynamically.
Feb
7
comment How to output content based on same custom taxonomy?
still outputs content that is not linked in any way...
Feb
7
comment How to output content based on same custom taxonomy?
Thanks for the suggestion, but that is not it. If I change it to slug the thing falls apart, if I change it to slugsnothing changes.
Feb
6
asked How to output content based on same custom taxonomy?
Feb
4
answered WordPress Translation to french, at -> à not working
Jan
24
comment Unregister post type from child theme
brilliant in its simplicity, thanks!