'; if ( $type == 'post' && ( sheeba_lite_setting('sheeba_lite_enable_post_author', true) || sheeba_lite_setting('sheeba_lite_enable_post_date', true)) ) : echo ''; if ( sheeba_lite_setting('sheeba_lite_enable_post_author', true) == true ) : esc_html_e('Written by ','sheeba-lite'); echo get_the_author_posts_link(); endif; if ( sheeba_lite_setting('sheeba_lite_enable_post_date', true) == true ) : esc_html_e(' on ','sheeba-lite'); echo esc_html(get_the_date()); endif; echo ''; endif; if ( !sheeba_lite_is_single() ) { do_action('sheeba_lite_get_title', 'blog' ); } else { if ( !sheeba_lite_is_woocommerce_active('is_cart') ) : if ( sheeba_lite_is_single() && !is_page_template() ) : do_action('sheeba_lite_get_title', 'single'); else : do_action('sheeba_lite_get_title', 'blog'); endif; endif; } if ( $type == 'post' && sheeba_lite_setting('sheeba_lite_enable_post_category', true) == true ) : echo ''; the_category(' . '); echo ''; endif; echo ''; } add_action( 'sheeba_lite_before_content', 'sheeba_lite_before_content_function' ); } ?>