I have a template which uses two similar fields, one for page title in the head and one for a more friendly title (non-SEOd in the body). Is it possible to show the first if it's not empty, but otherwise show property2. Obviously both could be blank in which case it would just show property2, which would be blank.
Show property1 if property2 empty
I have a template which uses two similar fields, one for page title in the head and one for a more friendly title (non-SEOd in the body). Is it possible to show the first if it's not empty, but otherwise show property2. Obviously both could be blank in which case it would just show property2, which would be blank.
Yes, in your template you could do something like this:
In XSLT you could just use an xsl:choose construction.
Hi, how about:
Snap :)
Great. Thanks. :)
is working on a reply...