• Resolved kathyblair

    (@kathyblair)


    My client wants their event listing to look like the one on their old website. https://relationshipbydesign.com/schedule/. Namely, the don’t want the name of the event to show for each one – they want the heading to be the name of the workshop and then a list of upcoming workshops with just the date, the location and a “register” button. I’ve worked out the first part but the trouble I’m having is getting the link to display with the words “Register Now” instead of the title of the event.
    [events_list category=”23″]
    <table style=”width: 861px; height: 31px;”>
    <tbody>
    <tr>
    <td style=”width: 289px;”>#_EVENTDATES</td>
    <td style=”width: 247px;”>#_LOCATIONNAME</td>
    <td style=”width: 307px;”>?#_EVENTLINK</td>
    </tr>
    </tbody>
    </table>
    [/events_list]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using this instead of #_EVENTLINK:

    <a href="#_EVENTURL">Register</a>

    Thread Starter kathyblair

    (@kathyblair)

    That would totally work. The problem is the client needs to be able to do this herself and this is going to be beyond her abilities. I need it to be automatic so all she has to do is enter the event and it comes up on the list.

    If you use that code in the event list formatting that’s what will happen.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the way events_list looks using shortcode’ is closed to new replies.