• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2785

Original Genesis & WooCommerce Tutorials & 6000+ Guaranteed Code

Snippets

  • Try Premium
  • Log in

Infinity Pro – Change Team Page From 4 To 3 Columns

This code modification enables you to modify the default Infinity Pro team class setting for displaying team members on the team page from one-fourth to one-half, one-third or one-sixth.

4 Columns
4 Columns
3 Columns
3 Columns

Find this function around lines 124 – 126 in the page_team.php file of the Infinity Pro child theme and change it from this :


function infinity_team_class( $classes ) {
global $wp_query;

    $classes[] = 'one-fourth';

    if( 0 == $wp_query->current_post % 4 ) {
        $classes[] = 'first';
    }

    return $classes;
}

To this :

Click here to access free downloads


You can also use one-sixth for 6 columns.

Infinity Pro Theme

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags
 

Loading Comments...
 

You must be logged in to post a comment.