Jump to content

Articles on Homepage

Featured Replies

Posted

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

  • 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}

 

Try editing your database change :

Database index -> Show records like articles

  • Author

Is there a way to get the entire article to show not just partial?

  • Community Expert

You need a template change for that. 

  • Author

Any instructions on which code needs modification?

  • 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. 

Is there a way to get the entire article to show not just partial?

Here one variant:

Open  Pages->Templates->Database Templates->Category Articles->entry

Find

<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.

  • 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.

Recently Browsing 0

  • No registered users viewing this page.