Display navigation if newer or older values exist
…on a site where he wanted the <div id="navigation"> to display only if there was a value … <txp:if_article_list> <!-- entry navigation --> <div id="navigation"> … </txp:if_variable> <!-- entry entry navigation --> </div> </txp:if_article_list> … Nice, but it does not work because #navigation is placed outside of the variable call. What we … <txp:else /> <!-- entry navigation --> <div id="navigation"> …