$article->text .= ' your custom text ';
$custom_text = ' your custom text '; // your custom text $article->text = str_replace('{additionaltext}', $custom_text, $article->text);
$custom_text = ' this *title of current article* is belongs to *title of category*';
$custom_text = 'this '.$article->title.' belongs to '.$article->cat;
Download our free Joomla! Components, Modules and Plugins.