Connected_to interference
-
Hi,
Great plugin.
I am displaying a FLAG on a post listings using a simple query like
$the_query = new WP_Query( array(
'post_type' => 'post',
'connected_to' => $post->ID
) );
if($the_query->have_posts()) :
SHOW FLAG
All is working fine, but I also use a function to allow me to Filter the query by Alphabetical order see function at https://pastebin.com/nwuMV8hG
When ordering by alphabetical letter, the Connection (connected_to) seems to get lost and my Flag doesn’t display at all.
any idea?
thx
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Connected_to interference’ is closed to new replies.