$page->title"; //Render list of categories showing a maximum of 3 posts titles per category $content .= $blog->renderCategories($page->children, $limit);//children => the individual category pages //include the main/common markup require_once(\ProcessWire\wire('files')->compile(\ProcessWire\wire("config")->paths->root . "site/templates/blog-main.inc",array('includes'=>true,'namespace'=>true,'modules'=>true,'skipIfNamespace'=>true))); ?>
Categories