• on this site, we have the following settings under DEFAULT EVENT LIST FORMAT to show the dates and titles of the events:

    <tr>
    	    <td>#_EVENTDATES</td>
                <td>#_EVENTLINK</td>
    </tr>

    but instead of feeding the event titles, i want it to say “Click Here For Details”.

    i tried this code but it didn’t work:

    <tr>
    	    <td>#_EVENTDATES</td>
                <td><a href="#_EVENTLINK">Click Here For Details</a></td>
    </tr>

    any idea how to change those event titles in this setting area? please advise. thanks in advance.

  • The topic ‘[Plugin: Events Manager] Event Title Links’ is closed to new replies.