/ Published in: PHP
Enable the use of Custom Fields in Wordpress. This is the code to put into the markup. Related plugin: get-custom-field-values
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php echo c2c_get_custom('side_image', '<div class="more_pictures"><img alt="[photo]" src="', '" /></div>', '', '" /> : <img alt="[photo]" src="'); ?>