Topic: pagination not show
i used this code to show news
<?php
$number = 5;
$category = "1,2,3";
include("/home/domains/institucionemanuelarturo.org.mx/web/r/show_news.php");
?>
but the pagination don't show , only show the first 5 news... help me please.