Enable the use of Custom Fields in Wordpress


/ Published in: PHP
Save to your folder(s)

Enable the use of Custom Fields in Wordpress. This is the code to put into the markup. Related plugin: get-custom-field-values


Copy this code and paste it in your HTML
  1. <?php echo c2c_get_custom('side_image',
  2. '<div class="more_pictures"><img alt="[photo]" src="',
  3. '" /></div>',
  4. '',
  5. '" /> : <img alt="[photo]" src="'); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.