Help adding columns
-
I have made quite a bit of progress updating the meeting list page, however, when I try to add columns, the Table Head shows up but not the column with data.
http://www.ceahow.org/wp/meetings/
I’m trying to add the state as a separate TH but that didn’t work although when I added the code below, the city and state show up in the same column. Also Contact info is not showing up in a separate column. What am I missing?
<td class=”state” data-sort=”<?php echo sanitize_title($meeting[‘state’]) . ‘-‘ . $sort_time?>”>
<?php echo $meeting[‘state’]?>
</td>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Help adding columns’ is closed to new replies.