test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • modalia Friend
    #188468

    Hi, I have a problem with Google Authorship.But I need the items displayed “Escrito Por”. Now appears in English “BY ….” It’s strange because in the category blog view does appear the translation written by …

    http://www.modalia.es/marcas.html

    http://www.modalia.es/marcas/1671-la-coleccion-de-wildfox-para-otono-2013-estara-disponible-el-proximo-mes.html

    Any suggestions, thanks!

    Ninja Lead Moderator
    #496825

    Because we have customized on detail article, you can fix it show as same Category Blog

    Open templates/ja_nex/html/com_content/article/default.php file

    From


    <?php echo JText::sprintf('JACOM_CONTENT_WRITTEN_BY', '<span>'.JHtml::_('link', JRoute::_($cntlink), $author).'</span>'); ?>
    <?php else: ?>
    <?php echo JText::sprintf('JACOM_CONTENT_WRITTEN_BY', '<span>'.$author.'</span>'); ?>
    <?php endif; ?>

    Change to


    <?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', '<span>'.JHtml::_('link', JRoute::_($cntlink), $author).'</span>'); ?>
    <?php else: ?>
    <?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', '<span>'.$author.'</span>'); ?>
    <?php endif; ?>

    modalia Friend
    #496898

    Thank you very much. Your information has been useful. If you use the translation “Written by” Google Plus automatically recognizes the author.

    http://www.modalia.es/disenadores/1681-victoria-beckham-coleccion-otono-invierno-2013-con-un-estilo-femenino-y-futurista.html

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  modalia 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum