Read More and loadposition - Joomla! Forum - community, help and support
i have category blog. articles in blog have "read more" tag , "loadposition" before closing div. this:
<div id="blog">
<p>text</p>
<hr id="system-readmore" />
<p>text</p>
{loadposition xxx}
</div>
module showing when click read more button, , go full article.
now, want module shown (in category blog , in full article).
is there way?
thanks
<div id="blog">
<p>text</p>
<hr id="system-readmore" />
<p>text</p>
{loadposition xxx}
</div>
module showing when click read more button, , go full article.
now, want module shown (in category blog , in full article).
is there way?
thanks
that show both intro text , full text when going full article or add in loadposition {loadposition xxx} both in intro text , full text of article:
code: select all
<div id="blog">
<p>text</p>
{loadposition xxx}
<hr id="system-readmore" />
<p>text</p>
{loadposition xxx}
</div>
Comments
Post a Comment