Is there anyone who knows how to add piece of code under every article of joomla. Joomla version 1.5.
Whitch files I should edit or maybe theres some plugin or component?
Is there anyone who knows how to add piece of code under every article
Share
one other way can be in template you override the view of com_content and add some static text in there. Simple thing you can try is go to
\components\com_content\views\article\tmpl\ pick default.phpfrom there and put it intemplates\template_name\html\com_content\article\now here change the default.php to contain that static text.