Hello,
I’m working on what I think is a pretty basic idea and the cornerstone to EE, the Weblog module.
For some reason I cannot get the data to come in from my customized Weblog field group.
My Field group is named “propertyDetails” is this the right thing for weblog=”“?
Is my syntax appropriate? Any pointers would be appreciated.
{exp:weblog:entries weblog="propertyDetails"}
<div class=“hover”>
<div class=“prop”>
{propertyName}
{sponsor}
{assetType}
{city},{state}
<div class=“check watch”><input type=“checkbox” /><label>REQUEST PPM</label>
</div>
</div>
<div class=“price”>{minEquityInvestment}</div>
<div class=“price”>{remainingEquity}</div>
<div class=“price”>{offeringAmount}</div>
<div class=“price”>{contemplatedDate}</div><div class=“price”>
{offeringDate}</div>
</div>
{exp:weblog:entries}