Forestgump
Forum Replies Created
-
I tried both of those things they didn’t seem to work. I know it’s aproblem with my theme I just can’t figure out how to fix it without messing with the templates.
salsatrips, the solution I think you are searching for involves using conditional placeholders, here is what my code looks like and it turned out really nice!!!
<tr height=”100″>
<td>
{has_image}<img src=”#_EVENTIMAGEURL” width=”100″ height=”90″ border=”0″>{/has_image}{no_image}<img src=”http://204.45.250.249/~bouldera/wp-content/uploads/2012/02/default_feature.jpg”>{/no_image}
</td>
<td>
#_EVENTDATES
#_EVENTTIMES
</td>
<td>
#_EVENTLINK
<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
</td>
</tr>Worked like a charm, thanks agelonwl!!!