php template tag not working after update
-
I just updated the plugin and the php template tag that I was using to insert my slider has stopped working. It was:
<?php if( function_exists('bxslider') ) bxslider('home'); ?>I’ve found a workaround using:
<?php echo do_shortcode( '[bxslider id="home"]' ) ?>Just more of a heads up rather rather than a question. Not ruling out a problem with my site though.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘php template tag not working after update’ is closed to new replies.