• Resolved elnatanrodrigues93

    (@elnatanrodrigues93)


    Hi,

    Is it possible to link the query request to the post with the “WordPress Popular Posts” plugin?

    I am wanting to leave the posts in the grid format (I am using the “Post Grid by PickPlugins” plugin). But I can organize the posts only with “meta key” or through the following filter in the plugin’s documentation:

    add_filter('post_grid_orderby', 'post_grid_orderby_20200614', 10);
    function post_grid_orderby_20200614( $args){
        $args['custom'] = __('Custom','post-grid');
        return $args;
    }

    Is it possible to link “WordPress Popular Posts” with “Post Grid by PickPlugins” with this?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘See posts by meta-key or filter hook’ is closed to new replies.