General when showing news, archives you can use $number = x; to limit the to x the number of maximum showed news on one page. If you use $number, “next >>” link to remaining news will be displayed. if you want to show news, archives from certain category you can use $category = “ID”; where ID is the id of the category, you can choose and more that one category like this: $category = “ID1,ID2,ID3”; when you want to display news and headlines on one page for example, and want when a headline...