Page 1 of 1

News module start item [solved]

Posted: Fri Dec 08, 2006 9:04 pm
by waldus68
Sorry if this is already covered, I am trying to pull the two most recent articles as a news item and display them in different columns. I tried to do this {news start='1' number='1'} for the one and {news start='2' number='1'} for the other. It seems, by using the start option, it is not pulling any content. Any ideas?
Thanks

Re: News module start item

Posted: Sat Dec 09, 2006 2:45 am
by Dr.CSS
It seems it works on the bianary numbering system so 1 is 0 and 2 is 1...

Try using nothing for the first one then 1 for the second one and set the limit='1' to get only the one in each otherwise it will start at the number and give you all below it, ie,. if you have 5 articles and you say start='1' it will give you the second article and the next ones, 3, 4, and 5...

Re: News module start item

Posted: Sat Dec 09, 2006 4:32 pm
by waldus68
Perfect! that is exactly what it was. Thank you.

Re: News module start item

Posted: Sun Dec 10, 2006 5:12 am
by Dr.CSS
Your welcome...

can you changed the heading to [solved] helps if others are looking...