General Settings > Shop settings.', 'blossom-floral-pro' ) ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_read_more' ) ) : /** * Display blog readmore button */ function blossom_floral_pro_get_read_more(){ return esc_html( get_theme_mod( 'read_more_text', __( 'READ THE ARTICLE', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_author_title' ) ) : /** * Display blog readmore button */ function blossom_floral_pro_get_author_title(){ return esc_html( get_theme_mod( 'author_title', __( 'About Author', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_related_title' ) ) : /** * Display blog readmore button */ function blossom_floral_pro_get_related_title(){ return esc_html( get_theme_mod( 'related_post_title', __( 'You may also like...', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_footer_copyright' ) ) : /** * Footer Copyright */ function blossom_floral_pro_get_footer_copyright(){ $copyright = get_theme_mod( 'footer_copyright' ); echo ''; if( $copyright ){ echo wp_kses_post( blossom_floral_pro_apply_theme_shortcode( $copyright ) ); }else{ esc_html_e( '© Copyright ', 'blossom-floral-pro' ); echo date_i18n( esc_html__( 'Y', 'blossom-floral-pro' ) ); echo ' ' . esc_html( get_bloginfo( 'name' ) ) . '. '; esc_html_e( 'All Rights Reserved. ', 'blossom-floral-pro' ); } echo ''; } endif; if( ! function_exists( 'blossom_floral_pro_ed_author_link' ) ) : /** * Show/Hide Author link in footer * */ function blossom_floral_pro_ed_author_link(){ $ed_author_link = get_theme_mod( 'ed_author_link', false ); if( ! $ed_author_link ){ esc_html_e( ' Blossom Floral Pro | Developed By ', 'blossom-floral-pro' ); echo '' . esc_html__( 'Blossom Themes', 'blossom-floral-pro' ) . '.'; } } endif; if( ! function_exists( 'blossom_floral_pro_ed_wp_link' ) ) : /** * Show/Hide WordPress link in footer */ function blossom_floral_pro_ed_wp_link(){ $ed_wp_link = get_theme_mod( 'ed_wp_link', false ); if( ! $ed_wp_link ) printf( esc_html__( '%1$s Powered by %2$s%3$s.', 'blossom-floral-pro' ), '', 'WordPress', '' ); } endif; if( ! function_exists( 'blossom_floral_pro_contact_social_label' ) ) : /** * Social Label */ function blossom_floral_pro_contact_social_label(){ return esc_html( get_theme_mod( 'social_links_label', __( 'Get Social', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_blog_text' ) ) : /** * Blog title */ function blossom_floral_pro_get_blog_text(){ return esc_html( get_theme_mod( 'blog_text', __( 'From The Blog', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_blog_content' ) ) : /** * Blog content */ function blossom_floral_pro_get_blog_content(){ return wp_kses_post( wpautop( get_theme_mod( 'blog_content' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_popular_title_cb' ) ) : /** * Popular Post title */ function blossom_floral_pro_get_popular_title_cb(){ return esc_html( get_theme_mod( 'popular_title', __( 'Popular Now', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_popular_subtitle' ) ) : /** * Popular Post subtitle */ function blossom_floral_pro_get_popular_subtitle(){ return esc_html( get_theme_mod( 'popular_subtitle' ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_search_title' ) ) : /** * Search Page Title */ function blossom_floral_pro_get_search_title(){ return esc_html( get_theme_mod( 'search_title', __( 'Search Result For', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_related_portfolio_title' ) ) : /** * Portfolio Related Projects Title */ function blossom_floral_pro_get_related_portfolio_title(){ return esc_html( get_theme_mod( 'related_portfolio_title', __( 'Related Projects', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_post_like_title' ) ) : /** * Like Label */ function blossom_floral_pro_get_post_like_title(){ return esc_html( get_theme_mod( 'post_like_title', __( 'Like', 'blossom-floral-pro' ) ) ); } endif; if( ! function_exists( 'blossom_floral_pro_get_load_more_label' ) ) : /** * Load More Posts label */ function blossom_floral_pro_get_load_more_label(){ return esc_html( get_theme_mod( 'load_more_label', __( 'Load More Posts', 'blossom-floral-pro' ) ) ); } endif;