Posted June 29, 201510 yr How do we show the complete articles like we did in Version 3.0 by having a feed by category Currently it shows article titles but I would like the complete articles to show on the homepage any tips would be appreciated
June 29, 201510 yr Community Expert I guess your best option at the moment is to create a custom block and then make sure to add the content field to it somewhere like this. {$record->_content}
June 30, 201510 yr Community Expert I don’t know what you have set up so far. But like I said: if you want it as block, create a custom block and add the code in there I already posted. That will output the full article body text.
June 30, 201510 yr Is there a way to get the entire article to show not just partial?Here one variant:Open Pages->Templates->Database Templates->Category Articles->entryFind<section class='ipsType_normal ipsType_richText ipsType_break ipsSpacer_both' data-ipsTruncate data-ipsTruncate-size='7 lines' data-ipsTruncate-type='remove'>Change '7 lines' with the value that you want.Value example 'all lines' also works.
July 1, 201510 yr Author Is there a way from getting the Article Category heading from not displaying?
Archived
This topic is now archived and is closed to further replies.