News Category Article List

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!

Comments

  • See `getLatestNews()`/`printLatestNews()` in the Functions Documentation.
  • 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.

    Ended up with this:

    <?php printLatestNews(1,'none','general',false,true,170,false); ?>

    Works great. Thanks.
Sign In or Register to comment.