name ) ? $cuisine_palace_category->name : '';
?>
0 ) {
foreach ( $tags as $tag ) {
$tag_name = $tag->name ? $tag->name : '';
$tag_link = $tag->term_id ? get_term_link( $tag->term_id ) : '';
?>
-
';
comments_template();
echo '';
}
}
add_action( 'cuisine_palace_after_single_content', 'cuisine_palace_single_comment_template', 25 );
}
if ( ! function_exists( 'cuisine_palace_get_footer_widgets' ) ) {
/**
* Prints the footer widget areas.
*/
function cuisine_palace_get_footer_widgets() {
get_template_part( 'template-parts/footer/footer', 'widgets' );
}
add_action( 'cuisine_palace_before_footer_credits', 'cuisine_palace_get_footer_widgets' );
}