<?php printCustomSizedImage(getImageTitle(), null, 1920); ?>
I have this code and I would like to just the URL instead of the whole <img> bit for some custom coding? This is on an image.php page!
Any possibility of this? Thanks!
<?php printCustomSizedImage(getImageTitle(), null, 1920); ?>
I have this code and I would like to just the URL instead of the whole <img> bit for some custom coding? This is on an image.php page!
Any possibility of this? Thanks!