最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

categories - It is possible to display related posts from same category as the current post?

programmeradmin2浏览0评论

We trying portfolio-related posts from the same category it is not working please help me for this issue. The same category-related post not working.

link: /

<div id="qodef-portfolio-single-related-items">
            <?php
            $params = apply_filters( 'malgre_core_filter_portfolio_single_related_posts_params', array(
                'custom_class'      => 'qodef--no-bottom-space',
                'columns'           => '3',
                'posts_per_page'    => 3,
                'additional_params' => 'id',
                'post_ids'          => $related_posts['items'],
                'layout'            => 'info-below',
                'title_tag'         => 'h5',
                'excerpt_length'    => '100'
            ) );
            
            echo MalgreCorePortfolioListShortcode::call_shortcode( $params ); ?>
        </div>
发布评论

评论列表(0)

  1. 暂无评论