Help Getting Started
-
Hi all,
I’m getting started in WP world and also with php and css coding.
I want to display the language switcher out of the standard menu tab and I used successfully in my theme: <?php pll_the_languages(array(‘hide_current’ => 1)); ?>
1st question, Is it correct to create it in the Child theme? I copied the header.php from the parent to the child and added the code, but it does not seem to have any effect in the parent.
2nd, as you can see I want to HIDE the current language but it does not work. What I’m doing wrong?
3rd, I’d like to change the font color size etc of the switcher. I am trying modifying the style.css file in the Child theme but not sure what to code. Can anybody help me?
Many thanks!!
- The topic ‘Help Getting Started’ is closed to new replies.