Add plug in to header
-
Hi there, I am using sidebar on 1 page and Global Translator works correctly. But I want to add it to the header
When I add the code below to the header, it functions on the ONE sidebar page – on other pages, the flags appear but there’s NO HYPERLINK on any of the flags – any ideas?
<?php
if(function_exists(“gltr_build_flags_bar”)) {
gltr_build_flags_bar();
}
?>
- The topic ‘Add plug in to header’ is closed to new replies.