• I am trying to get the staff directory to show as a grid, however, the template is not making it happen. Am I doing something wrong?

    Here is the code below. Thanks!

    <table cellpadding="10px">
    <tr>
    <th>Name</th>
    <th>Position</th>
    <th>Phone</th>
    <th>Email</th>
    </tr>
    [staff_loop]
    <tr>
    		<td>[staff-name]</td>
    		<td>[staff-position]</td>
                    <td>[staff-phone]</td>
    		<td>[staff-email-link]</td>
    </tr>
    [/staff_loop]
    </table>

    https://wordpress.org/plugins/simple-staff-list/

The topic ‘Staff directory in table / grid display.’ is closed to new replies.