I am trying to add the most recent news article from the "custom" category onto the homepage. Having some difficulty. Any ideas on the best way to do this? Thanks!
Thanks for the help. I was going about it the wrong way. You pointed me in the right direction and I put the rest together from the docs and the forums.
Comments
Ended up with this:
<?php printLatestNews(1,'none','general',false,true,170,false); ?>
Works great. Thanks.