Good evening,
i created a new custom field, everything is great, BUT, how do the extra field show up in the LOOP ?
thanks
denis
Good evening,
i created a new custom field, everything is great, BUT, how do the extra field show up in the LOOP ?
thanks
denis
Put the following in your single.php page template: (Right after or right before the line that has <?php the_content
<?php echo get_image('nameOfYourPanel'); ?>
Where nameOfYourPanel is what you put in the "Name" box for putting in a custom field.
Also, be careful copy-and-pasting.
Somehow the regular quotes got converted to curly quotes -- which breaks the code.
(Which turned out to be my problem which I solved by accident).
...
I realize that you're probably long gone and want nothing to do with Magic Panels but I'm putting this here in case someone else comes along needing help.
(This was the first forum I found... apparently the actual forum is at: http://groups.google.com/group/magic-fields?pli=1 )
You must log in to post.