-
Posted a reply to meta_query not working as expected, on the site WordPress.org Forums:
your beta would fix it according to your code. Will test on monday and get… -
Posted a reply to meta_query not working as expected, on the site WordPress.org Forums:
uh, i have custom functions for these fields, they are generated automatically after each save_post()… -
Posted a reply to meta_query not working as expected, on the site WordPress.org Forums:
my current workaround is to get all the post_ids using original get_posts() with multiple queries,… -
Created a topic, meta_query not working as expected, on the site WordPress.org Forums:
hi, I am fetching posts with the custom field with … -
Posted a reply to TranslatePress + Contextual Related Posts, on the site WordPress.org Forums:
Looking for support from TranslatePress author related to the issue. -
Posted a reply to CRP not working properly with translatepress, on the site WordPress.org Forums:
Thanks for your time testing! Yes translatepress translate based on string so it's very lightweight… -
Posted a reply to CRP not working properly with translatepress, on the site WordPress.org Forums:
$args = array( 'post_type' => 'post', 'tag_id' => 99, 'posts_per_page' => 8, ); $posts =… -
Posted a reply to Does Translatepress has API for direct string translate?, on the site WordPress.org Forums:
I see, thanks for the reply. -
Posted a reply to CRP not working properly with translatepress, on the site WordPress.org Forums:
Guess I have to use wp built-in get_posts as a workaround till you have time… -
Posted a reply to CRP not working properly with translatepress, on the site WordPress.org Forums:
I tried Query Monitor. The original page does show the wp_query() of CRP but the… -
Posted a reply to How to get category social image, on the site WordPress.org Forums:
Noted. -
Posted a reply to How to get category social image, on the site WordPress.org Forums:
Hi Sybre, Thanks for the clean code! I'll use yours for safeguard. -
Created a topic, Does Translatepress has API for direct string translate?, on the site WordPress.org Forums:
Hi, TranslatePress is such a great plugin and I'm l… -
Posted a reply to How to get category social image, on the site WordPress.org Forums:
Nevermind, I fiegure it out. It's in the get_term_meta(). TSF is such a great plugin. -
Created a topic, How to get category social image, on the site WordPress.org Forums:
Hi, Since WP does not have a default featured image… -
Posted a reply to CRP not working properly with translatepress, on the site WordPress.org Forums:
Yes it is the plugin. It's a very popular and lightweight one. I'll try Query… -
Created a topic, CRP not working properly with translatepress, on the site WordPress.org Forums:
Hi, Seems CRP not working properly with translated … -
Posted a reply to meta_query not working, on the site WordPress.org Forums:
It works, Thanks for saveing my day! -
Created a topic, meta_query not working, on the site WordPress.org Forums:
Hi, I try to query all posts that have value for a …