Howto insert article title in article text - Joomla! Forum - community, help and support
hello,
i wondering , searched possibility print title of article in it's content, didn't find simple way it.
does perhaps know of easy way catch article id , it's title able echo 1 more time in article text ?
help appreciated ! in advance !
i wondering , searched possibility print title of article in it's content, didn't find simple way it.
does perhaps know of easy way catch article id , it's title able echo 1 more time in article text ?
help appreciated ! in advance !
this code ordinarily call article title:
you'll have use 1 of these:
custom code in content
in order use snippet in articles.
code: select all
<?php echo $this->escape($this->item->title); ?>you'll have use 1 of these:
custom code in content
in order use snippet in articles.
Comments
Post a Comment