Likes Received By IAreOwn
-
radiant_luv liked IAreOwn's post in the thread Do not render code when Custom Field has no value [image URL].
try this <?php $values = get_post_custom_values("thumbs"); if(!empty($values[0])) { ?> <img src="<?php echo $values[0]; ?>"...
May 17, 2011 -
johneva liked IAreOwn's post in the thread Root Path.
try this code <?php define('IN_PHPBB', true); define('ROOT_PATH', "../forum"); //this is the folder where your phpBB3...
Mar 1, 2011