Use qtranslate-x in the FOOTER of my WP site
-
Hello,
This is the end of my Footer:
<div class="widgets"> <?php dynamic_sidebar('sidebar'); ?> </div> <div class="credits"> <p>© <?php echo date("Y") ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo('name'); ?></a>.</p> <p>design by myself - <a href="https://www.adriaginger.com/web-design/"><u>SEE MORE</u></a></p> </div> <div class="clear"></div> </div> <!-- /sidebar --> <div class="wrapper" id="wrapper">
And I would like to use qtranslateX to have the information “<p>design by myself – <u>SEE MORE</u></p>” in two languages, Spanish and English.. could you please help me? I tried all kind of qtranslate shortcodes, including the php ones, but didn’t get any results so far :/
thx!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Use qtranslate-x in the FOOTER of my WP site’ is closed to new replies.