Quote:
Originally Posted by Lynne
Well, I'm not going to do it for you (and I can't since you didn't provide enough info), but copy the template that the widget uses (as I said, it is listed in the Configure screen) and put it in a new template and then put a condition around it - something like this:
HTML Code:
<vb:if condition="$_GET['r'] == '1-your-page-name' OR !$_GET['r']">
template code
</vb:if>
|
Thank you very much...
The only thing I have to change is where it says
1-your-page-name right?... that would be content.php right?