• Resolved sostegisch

    (@sostegisch)


    Hey there,

    as the title says, is it possible to show the starting time of an event and the external URL as separate columns instead of an additional row? I want to display every event just as one row.

    Thanks in advance,
    Alex

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m no expert, but on your shows-list.php file, you should be able to add two columns in the event’s row with external_link and time variables contained within them.

    Might need to add “If/then” logic, but basically, add the following

    <td><?php echo $showdata[‘external_link’]; ?></td>
    <td><?php echo $showdata[‘time’]; ?></td>

    Barry

    (@barryhughes-1)

    That sounds like a great way to do this ??

    Do please remember not to modify the shows-list.php file found in GigPress’s own plugin directory (but instead make a copy and place it inside wp-content/gigpress-templates directory).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show starting time and external URL as columns’ is closed to new replies.