ok I'm pretty new to wordpress and the codex seems too complicated for a newbie like me. My homepage has both a slider(which I want it to display 5 latest post) and a carousel(which should display 4 older post)
I know wordpress uses the query_post() function to display the posts but my problem is how to employ this function in both the carousel and the slider (which are both on the homepage). :(