Hi there,
I’m really digging EE!
I have a Channel called “Articles” with a template in Articles/index which displays the multiple entries. I have two questions:
1) When displaying the multiple entries on the screen, I want the article body text(article_body) to be limited to a smaller amount of words or characters. Is there anyway to do this without adding a new “summary” field and doing it manually? I’d love to have something like:
{articleBody maxChars="200"}2) After the article_body text I have a link to the single-entry page like so:
<a href="http://{comment_url_title_auto_path}">more</a>I would really like to have two templates, one for multiple-entries one for single-entries. The single entry template would have the typical comment section and some other features. Can you help me to achieve this? Or if there is a different way I should be thinking about this, please let me know.
Thanks,
Jeff