Hi,
how can I achieve posibility in News2 template that whenever I add some marker (in Creativity are is __) to be able to customize that text?
Thanks,
Gorast
<h1><?php echo $this->item->title; ?></h1>
<h1><?php echo preg_replace('/__(.*?)__/i', '<small>${1}</small>', $this->item->title) ?></h1>