. Ben bir php dosyasına bu kod biraz var:
<?php ec3_get_events(
5, // limit
'%DATE%: <a href="%LINK%">%TITLE%</a> (%TIME%)', // template_event
'', // template_day
'j', // date_format
'<h2>%MONTH%</h2>' ); ?>
The link ... is only visible when the cursor is hovering over it. I suspect it is a style setting somewhere, but I can't figure out which one it is... TIA for tips...