"; $hashone_service_left_bg = get_theme_mod('hashone_service_left_bg', get_template_directory_uri().'/images/bg.jpg'); $hashone_counter_bg = get_theme_mod('hashone_counter_bg', get_template_directory_uri().'/images/bg.jpg'); $hashone_contact_bg = get_theme_mod('hashone_contact_bg', get_template_directory_uri().'/images/bg.jpg'); echo '.hs-service-left-bg{ background-image:url(' .$hashone_service_left_bg. ');}'; echo '#hs-counter-section{ background-image:url(' .$hashone_counter_bg. ');}'; echo '#hs-contact-section{ background-image:url(' .$hashone_contact_bg. ');}'; echo ""; } add_action( 'wp_head', 'hashone_dynamic_styles' ); function hashone_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; extract($args, EXTR_SKIP); $tag = ( 'div' === $args['style'] ) ? 'div' : 'li'; ?> < id="comment-" >
'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '
', 'after' => '
' ) ) ); ?>