I am trying to set up a very simplified template for the latest news articles on my main page. I want it to list the latest 4 articles, in the following format:
Article Title
... Read More (link)
Article Title 2
... Read More (link)
So, here is what I tried:
- Code: Select all
{title}<br>
{article}
{full_news_link}Read More...{/full_news_link}<br><br>
Unfortunately it doesn't turn out the way I think it would.
The first article worked fine. After I added a second article, it cut off the title on the first one, and when I added a third and fourth article it totally got screwed up!
Here's a link to the site I'm creating: http://174.132.189.220/~srpdv2/
What I would really like to see is an ability to create a template with the following format:
Article Title 1 (as a link to article)
DATE / AUTHOR
Article Title 2 (as a link to article)
DATE / AUTHOR
Article Title 3 (as a link to article)
DATE/AUTHOR
Article Title 4 (as a link to article)
DATE/AUTHOR
... Archives
News management powered by Xpression News
