[php] include_once(‘wp-content/custom/displayAll.php’);
[/php]

Latest Stories

[php] if(isset($_REQUEST[‘cat’])){
$cat = $_REQUEST[‘cat’];
}
print getCategoryStories($cat);
[/php]

Connect With Us

Categories

[php] print displayCategories();
[/php]