I want to add a custom meta tag to the <head> area of my translated pages only.
how would I do this?
I want to add a custom meta tag to the <head> area of my translated pages only.
how would I do this?
Find appropriate template and add there:
Code:<vb:if condition="$_REQUEST['language']"> THIS WILL BE ONLY ON TRANSALTED PAGE </vb:if>