Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Gunu

    (@grafcom)

    @narcecl,

    you’ll need to specify more clearly what exactly you mean, can you show an example?

    Thread Starter narcecl

    (@narcecl)

    @gunu,
    I mean a simple custom <p> or a <li> that is outside the wordpress loop and i can′t manage by wordpress directly, only by code.

    <ul>
    <li><a href="#" id="acercalink">Acerca</a></li>
    <li><a href="#" id="solucioneslink">Soluciones</a></li>
    <li><a href="#" id="casoslink">Casos de éxito</a></li>
    </ul>
    Plugin Author Gunu

    (@grafcom)

    Maybe this:

    Languages codes [:nl]Dutch text[:de]German text[:en]English text

    <a href="#" id="acercalink">[:nl]Dutch text[:de]German text[:en]English text</a></li>

    Thread Starter narcecl

    (@narcecl)

    @gunu,
    didn’t work :/
    the output is like [:en]About[:es]Acerca, i need anything else?

    Plugin Author Gunu

    (@grafcom)

    what theme do you use, is there no possibility to use a widget for the footer?

    Thread Starter narcecl

    (@narcecl)

    @gunu,
    it’s a custom theme, created by myself. Please tell me how exactly the widget in the footer, i don′t know.

    abelosky

    (@abelosky)

    @narcecl,

    I had the same doubt and I have solved it this way:

    <?php _e("[:es]Leer más[:en]Read more[:]"); ?>

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Translate direct HTML from the PHP?’ is closed to new replies.