JS working on local but not on live server WordPress? -
i developing theme , using custom js feature client. working fine on local server not showing @ on live server, can 1 guide me going wrong ? there server related things keep in mind or thing else have achieve ??? here how doing ?
<?php //getting custom js code $custom_js = get_option(path."_custom_js"); if(!empty($custom_js)) { ?>     <script>     <?php     echo  $custom_js ; ?>     </script> <?php } ?>   am doing write thing ? if thing wrong let me know well, wanting want provide option custom js client.
check path. remember absolute , relative path
Comments
Post a Comment