WordPress Development Asked by Ana Kash on December 26, 2021
I have a mutual DB of custom posts that I’d like different languages to be able to access. If I loop through the post type only, all posts show in all languages, but once I add a tag to the query it only shows on default language page.
The below is displayed with no problems across all pages
$the_query = new WP_Query( array('post_type' => 'cars' , 'posts_per_page' => 6) );
And this query with tag only shows in default language:
$the_query = new WP_Query( array('post_type' => 'cars' , 'tag' => 'recommended', 'posts_per_page' => 6) );
Does anyone know what the problem might be?
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP