I'em trying to use API to show view.
On my function file i have this code :
test();
function test() {
$filtered_posts = get_view_query_results( 5333 );
//print_r($filtered_posts);
foreach ( $filtered_posts as $filtered_post ) {
//$lien = types_render_field( "pt-theme", array('id'=>$filtered_post->ID, 'output'=>'raw'));
}
print_r($filtered_posts);
}
And on my site i have an empty array.
Strange. Because when i use the same view on the front it is working :versteckter Link
Well - I can tell you once I can review your current setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Is it possible for you to disable the cache untile I work on this issue, as it seems cache issue that is why changes I make do not apply or I see strange results.