jwook
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] How do I put language switcher in navbar?The only place the nav_bar is mentioned is in the portion of header.php that i pasted below:
<!– START HEADER –>
<div id=”header-wrapper”>
<div class=”header clear”>
<div id=”logo”>
“><img src=”<?php echo get_option(BRANKIC_VAR_PREFIX.”logo”); ?>” alt=”” />
</div><!–END LOGO–><div id=”primary-menu”>
<?php
wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’ ,
‘container’ => false,
‘menu_class’ => ‘menu’,
‘menu_id’ => ”,
‘fallback_cb’ => ‘header_fallback’
) );
?>
</div><!–END PRIMARY MENU–></div><!–END HEADER–>
</div><!–END HEADER-WRAPPER–>
Forum: Plugins
In reply to: [Multisite Language Switcher] How do I put language switcher in navbar?my website is https://www.wookeyfilms.com
Forum: Plugins
In reply to: [Multisite Language Switcher] How do I put language switcher in navbar?Do I paste exactly what is written in that last paragraph? Because when I do so, all I see is that text at the top of the webpage…
Forum: Plugins
In reply to: [Multisite Language Switcher] How do I put language switcher in navbar?I’m pretty new to wordpress so I am not sure where I would put that code that is shown in the last paragraph. Which .php file would I paste this into? and where in the file….
There is a language folder with all the languages in it in the multisite language switcher folder in the plugins folder on my FTP. I have no idea why I still do not have any options for language…