Saturday 18 June 2016

WordPress Plugin not working?

WordPress Plugin not working because it add some code css & scripts in Header & footer.
Wordpress Provides functions for it.
To work plugin properly need to call that function in header & footer.

Below is given code for it & place where to put it describes.
Just Follow it.


<?php  wp_head(); ?>
Add this code Before </head> in header.php

____________________________________________


<?php  wp_footer(); ?>
Add this code Before </body> in footer.php




For more Interesting, Useful Article & codes visit IT New Code.

Ankit Shah PHP Expert

IT New Code suggest a solution for your problem related to coding, Specially .PHP, Wordpress, WooCommerce, Magento, HTML and CSS. Visit Our website for Information.

0 comments:

Post a Comment

 

Copyright @ 2016 IT New Code | Developing Code | Designing Code.

Designed by: Ankit Shah