'; the_category(' . '); echo ''; endif; if ( ! avventura_lite_is_single() ) { do_action('avventura_lite_get_title', 'blog' ); } else { if ( !avventura_lite_is_woocommerce_active('is_cart') ) : if ( avventura_lite_is_single() && !is_page_template() ) : do_action('avventura_lite_get_title', 'single'); else : do_action('avventura_lite_get_title', 'blog'); endif; endif; } if ( $type == "post" ) : echo '' . esc_html__('On ','avventura-lite') . get_the_date() . esc_html__(' by ','avventura-lite') . get_the_author_posts_link() . ''; endif; } add_action( 'avventura_lite_before_content', 'avventura_lite_before_content_function' ); } ?>