Live preview of wordpress theme customizer -
Live preview of wordpress theme customizer -
i want give user upload logo wordpress customizer api. ok without live preview.when user upload logo doesn't live preview in theme.but when save , publish appears in theme front end end.i can't understand why? give preview block code please give me proper code in there.the given code showing location of logo image.thank you.
wp.customize( 'tctheme_logo_image', function( value ) { value.bind( function( ) { $('.navbar-header a').html(to) }); });
wordpress
Comments
Post a Comment