| Re: Editing Gallery Postbit
You would need to edit your normal postbit template. If you have something you don't want shown only with the gallery then you would just need to wrap an if condition around it like this:
<if condition="VBA_SCRIPT != 'gallery'"> Your code here </if>
|