Page 1 of 1

CGBlog "More" in Summary

Posted: Sat Nov 06, 2010 4:48 pm
by warpedjoe
While News and CGBlog have similar roots, I cannot get a "[More]" when there is data in the Summary field. Looking at the default template of the News Module, there is this

Code: Select all

	<div class="NewsSummaryMorelink">
		[{$entry->morelink}]
	</div>
However, a similar link does not exist in CGBlog. Since there is no class or the definition of 'morelink' anywhere that I can find. There was a reference in some other post that said "it's the same as in News, look in 'help'." There is nothing in News or CGBlog help about summary field and more

Re: CGBlog "More" in Summary

Posted: Sat Nov 06, 2010 5:32 pm
by osxfil
for CGBlog you must using some as following:

Code: Select all

<a href="{$entry->detail_url}" title="{$entry->title}">Read more  »</a>