working on single and events
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
<div class="top-row">
|
||||
<div class="ev-date">
|
||||
<?php
|
||||
echo $event_datum;
|
||||
echo preg_replace('/^(\d{4}\.)(\d{2}\.)(\d{2}\.)$/','\1</br>\2 \3',$event_datum );
|
||||
// echo $event_datum;
|
||||
?>
|
||||
</div>
|
||||
|
||||
@@ -44,6 +45,7 @@
|
||||
<h2>
|
||||
<?php the_title();?>
|
||||
</h2>
|
||||
<div class="vr"></div>
|
||||
<!-- Tovább button -->
|
||||
<a href="<?php echo $event_link; ?>" class="text-link" target="_blank">Tovább az eseményre</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user