mage-eventpress/inc/template-prts/title.php

9 lines
125 B
PHP
Executable File

<?php
add_action('mep_event_title','mep_ev_title');
function mep_ev_title(){
?>
<h2><?php the_title(); ?></h2>
<?php
}