wp-posts-to-posts
wp-posts-to-posts copied to clipboard
How to add pagenation to relationship post list
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(); ?>