Topic: Post per Page help.

Hey so have had some help on my website and trying to get the "Blog" news part back to the way I like it.... showing a certain amount per page? in stead of showing all 400+

I have looked through the dash board? am I looking past the part?

Please help.

Re: Post per Page help.

Hi,

Use something like that :

<?php $number = "8";$category = "....";$template = "....";$PHP_SELF ="....";include("cutenews/show_news.php");?>