Hi Roland, first use a page process, template tag or some other method to pull the page you want to show content from onto the home page.
Then use either https://docs.djangoproject.com/en/1.8/ref/templates/builtins/#truncatechars-html or truncatewords_html to cut the text down to the size you want. Good luck! On Tue, Apr 7, 2015 at 2:00 PM, roland balint <[email protected]> wrote: > not sure if this has already been asked or done... > how can we do a page teaser? > was thinking about the first 100 character from a rich text page to be > displayed on the index page > thank you, > roland > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
