You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing so cool a plugin ! My code is here because of my poor php knoweldge can you help to give me some code examples thanks
'mall_to_jian',
'connected_items' => $id,
'posts_per_page' => 10,
'paged' => $pageds,
);
$related = new WP_Query( $related_args );
?>
have_posts() ) : $related->the_post(); ?>
The text was updated successfully, but these errors were encountered:
Thanks for writing so cool a plugin ! My code is here because of my poor php knoweldge can you help to give me some code examples thanks
'mall_to_jian', 'connected_items' => $id, 'posts_per_page' => 10, 'paged' => $pageds, ); $related = new WP_Query( $related_args ); ?>
have_posts() ) : $related->the_post(); ?>
The text was updated successfully, but these errors were encountered: