Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

herbyderby on "Magic Fields 2 Front End"

$
0
0

Hey gang,

I'm trying to get my fields to work, yet they do not. What am I doing wrong?

Quick Info:
Post Type: "Property"
My group name is "property_group." I have made all of fields them selves duplicatable. The Group itself is duplicatable.

<div class="propWrap group">
			<?php
					$property_groupset = get_group('property_group');
					foreach($property_groupset as $propfield){ ?>

				<div class="propThumb"><?php echo $propfield['property_image'][0]; ?></div>

				<div class="propInfo">

					<h3 class="propTitle"><?php echo $propfield['property_title'][1]; ?></h3>
					<?php echo $propfield['property_info'][2]; ?>
					<div class="download"><?php echo $propfield['pdf_link'][3]; ?></div>

					<?php  } ?>
				</div>
			</div>

Any help is appreciated.

herbyderby


Viewing all articles
Browse latest Browse all 8245

Trending Articles