From Child Theme :- Here is the way to retrieve file path like CSS , JS , Images from child theme in wordpress. <?php echo get_stylesheet_directory_uri(); ?> Example: <link href="<?php echo get_stylesheet_directory_uri(); ?>/css/your-file-name.css" rel="stylesheet"> <img src="<?php echo get_template_stylesheet_uri(); ?>/images/nstplanet.jpg" alt="Nst...
How to retrieve files path dynamically from child theme wp!
How to Replace Images Links/path in WordPress After Installing an SSL Certificate ?
Here is one of the way to replace images link or path in WordPress After Installing an SSL Certificate into your website. Every time when we install SSL into our wordpress website .. After successfully installing SSL .. the website...