[Plugin: Custom Field Template] Displaying on Post
-
Hello,
I have problems with the fields showing up on the posts. I’m not really good with php. What I have been doing is putting this into the bottom of functions.php (theme functions.php)function getCustomField($theField) { global $post; $block = get_post_meta($post->ID, $theField); if($block){ foreach(($block) as $blocks) { echo $blocks; } } }And this into single.php
<?php getCustomField('Day Number'); ?>This is my settings.
[Day Number] type = text size = 10 output = true
I’m using Suffusion theme and I have no idea what I’m doing wrong.
Thanks in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Custom Field Template] Displaying on Post’ is closed to new replies.