2019 08 28 word mods
This commit is contained in:
@@ -90,7 +90,8 @@
|
||||
'category__in' => $category_ids,
|
||||
'post__not_in' => array($post->ID),
|
||||
'posts_per_page'=> 3, // Number of related posts that will be shown.
|
||||
'caller_get_posts'=>1
|
||||
'caller_get_posts'=>1,
|
||||
'related_loop'=>true
|
||||
);
|
||||
|
||||
$my_query = new wp_query( $args );
|
||||
|
||||
Reference in New Issue
Block a user