Example #1
0
<?php

get_header();
$cat = new Category();
$cat->get_all_categories();
get_footer();