Formally, WordPress shows latest posts in home page. I need to show oldest posts. Please Help. In my opinion, i should edit query which may be "SELECT... SORT BY post_date DESC LIMIT 10" to "SELECT ... SORT BY post_date ASC LIMIT 10 ". But i did not find. And i don't understand get_the_content function, where it passes argument (how many post to show) from and to.
Please advice, and thank you.