返回知识库
>
'w-full h-full object-cover')); ?>
name); ?> 置顶 #name); ?>

G 阅读

知识库
array(get_the_ID()), 'posts_per_page' => 3, 'ignore_sticky_posts' => true, ); if ($primary) { $related_args['cat'] = $primary->term_id; } $related = new WP_Query($related_args); if (!$related->have_posts()) { $related = new WP_Query(array( 'post__not_in' => array(get_the_ID()), 'posts_per_page' => 3, 'ignore_sticky_posts' => true, )); } if ($related->have_posts()): ?>

相关文章

have_posts()): $related->the_post(); $rcats = get_the_category(); $rname = !empty($rcats) ? $rcats[0]->name : '文章'; ?>

post->ID))); ?> 阅读