Your
Context:CurrentPage.Elements.GetElement(<%stf_Article_RSS_Date%>)
is incorrect, it can either be
Context:CurrentPage.Elements.GetElement(stf_Article_RSS_Date)
or
<%stf_Article_RSS_Date%>
try the following, although Im not sure what the 29 stands for
<reddot:cms>
<if>
<query
valuea="Context:CurrentPage.Elements.GetElement(stf_Article_RSS_Date).Value"
operator="==" valueb="29">
<htmltext>
<pubDate><%stf_Article_RSS_Date%></pubDate>
</htmltext>
</query>
<query type="else">
<htmltext>
<pubDate><%info_itemdate%> </pubDate>
</htmltext>
</query>
</if>
</reddot:cms>
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/reddot-cms-users/-/5x3N7bnEAHsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.