Viewing File: /home/u103475381/domains/scunna.com/public_html/wp-content/themes/bones_elementor/archive.php

<?php
$post = $wp_query->post;

if (in_category('exemplo')) {
	include (TEMPLATEPATH.'/archive-default.php');
	return;
} else if (in_category('exemplo')) {
    include (TEMPLATEPATH.'/archive-default.php');
    return;
} else { 
 	include (TEMPLATEPATH.'/archive-default.php'); 
} ?>

Back to Directory File Manager