• What about content that doesn’t change and hence is not necessary to manage from within WordPress. Maybe just an idea could be to use localization attributes and hide/display them based on selected language, example:

    <p>
    <span lang=”en”>This is a paragraph.</span>
    <span lang=”es”>Esto es un parrafo.</span>
    <span lang=”fr”>Ceci est un paragraphe.</span>
    </p>

  • The topic ‘How to use for non-changing/template content?’ is closed to new replies.