I'm editing the home page which has a javascript slider. I'm adding 5 images to the slider and want to use
However, the part gets escaped. Am I overlooking something? Seems like this should be allowed. Thanks.
UPDATE: I worked around this for now, but would like to know if its going to be possible in the future.
Code:
<img src="<?php get_theme_url(); ?>/images/slideshows/homepage/image01.jpg" />
However, the
Code:
<?php get_theme_url(); ?>
UPDATE: I worked around this for now, but would like to know if its going to be possible in the future.