Thread Starter
toskan
(@toskan)
e.g. i want to return the sticky posts of my default language, not of my current language.
Thread Starter
toskan
(@toskan)
the solution was to use the default category as argument as well
http://codex.ww.wp.xz.cn/Class_Reference/WP_Query
query_posts(array_merge($wp_query->query, array('post_type' => 'post', 'lang' => 'de', 'cat'=>'20')))
the cat of the german category
Thread Starter
toskan
(@toskan)
so what I did was I created an italian category. I guess that is wrong? Should I use the german category instead and translate single posts?
Thread Starter
toskan
(@toskan)
i restarted my machine, and along with it, xampp etc. Now it works.
halleluja