Page 1 of 1

display the latest contents on the home page

Posted: Thu Aug 16, 2012 1:28 pm
by vinceyang
Hi all,

I am using CMS Made Simple version 1.11 .
Is there a way to display the latest content on the home page(like news)?

thank you

Re: display the latest contents on the home page

Posted: Thu Aug 16, 2012 2:18 pm
by Jos
Yes, just add this tag to the contentfield of your homepage:

Code: Select all

{news action='detail' articleid='-1'}
You might want to check the News module help for more options

Re: display the latest contents on the home page

Posted: Sun Aug 19, 2012 2:47 pm
by vinceyang
Thanks for your reply.
But,
What I want to display is lastest contents but not lastest news.
Do you have another solution?

Re: display the latest contents on the home page

Posted: Sun Aug 19, 2012 2:55 pm
by Jos
Do you mean something like the recently_updated tag?

Check admin » Extensions » Tags

Re: display the latest contents on the home page

Posted: Mon Aug 20, 2012 3:37 am
by vinceyang
Jos wrote:Do you mean something like the recently_updated tag?

Check admin » Extensions » Tags
Thanks for your reply.
Yes, something like that.

I hope it can display like
http://dev.cmsmadesimple.org/project/fi ... ackage-326 .
There are include
title
content
modified date
....

I'd tried to modify it, but.....
I cannot solve it.

Re: display the latest contents on the home page

Posted: Mon Aug 20, 2012 7:01 pm
by swarfega
I use recently_updated and it works fine.

Re: display the latest contents on the home page

Posted: Mon Aug 20, 2012 11:45 pm
by Dr.CSS
You want to show the content etc. of another page that recently updated...?

That would give a problem with google etc. as it may seem like duplicate content, and if you really want that why not just put the latest info on the Home page?...

Re: display the latest contents on the home page

Posted: Sat Aug 25, 2012 4:59 am
by vinceyang
swarfega wrote:I use recently_updated and it works fine.
Thanks!
The only problem is that only show the title and modified date.

Re: display the latest contents on the home page

Posted: Sat Aug 25, 2012 2:20 pm
by vinceyang
Dr.CSS wrote:You want to show the content etc. of another page that recently updated...?

That would give a problem with google etc. as it may seem like duplicate content, and if you really want that why not just put the latest info on the Home page?...
Thanks!
I do not know that would result in google problems.
I hope visitors each visit my home page can view the latest content.