Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    technically this is not possible right now, $wp_query isn’t included post_grid_before_loop hook.

    Regards

    Thread Starter keno1234

    (@keno1234)

    Thanks for your help.

    I’ve found a temporary solution. (Sharing for others who have the same need)
    1. Add add_action('post_grid_loop_top', 'post_grid_pagination_normal', 1, 2); to theme’s functions.php file
    2. Go to Post-grid plugin folder, find post-grid-hook.php file and add $post_grid_wp_query to do_action('post_grid_loop_top', $args, $post_grid_wp_query);

    Note: You can’t update the plugin otherwise, you need to redo step 2.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I add one more pagination on the top of grid-items?’ is closed to new replies.