New Landing How can we help? Themeforest Theme Support Joyn Social Media Grid – Number of items

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Joyn
  • #217078
    Taffy
    Member
    Post count: 261

    In the Social Media Grid, we’d like to have Number of Items in multiple of two, i.e.: 2, 4, 6, 8, 10, 12, 16.

    What code is needed in the funcion.php to accommodate this request?

    #217103
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your functions.php:

    function custom_blog_grid_counts() {
    return array("2", "4", "6", "8");
    }
    add_filter ('sf_blog_grid_item_counts', 'custom_blog_grid_counts');

    – Kyle

    #219266
    Taffy
    Member
    Post count: 261

    Thanks.

    #219267
    Taffy
    Member
    Post count: 261

    That worked.

    #219309
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, no problem

    – Kyle

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register