Could anyone help me with this problem?? Thanks so much
Thanks for reply, the code as below:
// to avoid conflict beetwen taxonomies
// FIXME generalize post format like taxonomies (untranslated but filtered)
$has_tax = false;
if (isset($query->tax_query->queries))
foreach ($query->tax_query->queries as $tax)
if( is_array( $tax ) && array_key_exists( ‘taxonomy’, $tax ) ) {
if (‘post_format’ != $tax[‘taxonomy’])
$has_tax = true;
}
Hi, I am using ‘Real Homes’ theme as well.
I upload the the version (1.6.2.3) and English page is fine.
But it still having problem “error:
Warning: Illegal string offset ‘taxonomy’ in /home/xxx/wp-content/plugins/polylang/frontend/frontend.php on line 88
” with my Chinese Page.
Please advice, thanks.