Title: Translate things
Last modified: August 22, 2016

---

# Translate things

 *  Resolved [xoconostle](https://wordpress.org/support/users/xoconostle/)
 * (@xoconostle)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/)
 * Hello. Where can i change “LATEST POSTS” for “ÚLTIMAS NOTICIAS” for example?
   
   Its the same with “LEAVE A COMMENT” and “posted BY”, I’m traying to translate
   to spanish a few things. Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Jose Obeso](https://wordpress.org/support/users/jose44obeso/)
 * (@jose44obeso)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707193)
 * Para realizar ese cambio tienes que ir al archivo custom.js que esta ubicado 
   en la carpeta JS del theme y cambiar en el codigo :
 *  titleText: ‘LATEST POST ‘, por
 *  titleText: ‘Ultimas Noticias ‘,
 *  [Rafador](https://wordpress.org/support/users/rafador/)
 * (@rafador)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707352)
 * LATEST POSTS – custom.js
 * posted BY probably in template-tags.php
 * LEAVE A COMMENT – content-search.php
 * Try to use phpStorm (30 days trial) to find it ;). Import the profitmag directory
   as a project and click Ctrl+Shift+F (Find in Path) or right click on the profitmag
   directory and choose “Find in Path” from a context menu ;).
 *  [gajekpl](https://wordpress.org/support/users/gajekpl/)
 * (@gajekpl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707457)
 * Hi! Leave a comment and add comment you can find in catalogue
    inc/profitmag-
   functions.php tested
 *  Theme Author [Rigorous Themes](https://wordpress.org/support/users/wpgaint/)
 * (@wpgaint)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707468)
 * Please try this plugin to translate [https://wordpress.org/plugins/loco-translate/](https://wordpress.org/plugins/loco-translate/)
 * and change line
 * profitmag-functions.php line
    $ form [‘title_reply’] = ‘<span class = “bordertitle-
   red”> </ span> Leave a comment’; and you change so wish.
 *  [matrisque](https://wordpress.org/support/users/matrisque/)
 * (@matrisque)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707485)
 * And where can we translate ‘Related Post’? It’s not on the loco-translate file
   
   regards
 *  [dabarrosal](https://wordpress.org/support/users/dabarrosal/)
 * (@dabarrosal)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707486)
 * How do I translate the ‘search’? thanks
 *  [dabarrosal](https://wordpress.org/support/users/dabarrosal/)
 * (@dabarrosal)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707487)
 * And also the “posted in” and “leave a comment” on page lists articles that come
   from a specific category. thank you
 *  [ignotti](https://wordpress.org/support/users/ignotti/)
 * (@ignotti)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707537)
 * matrisque:
 * To translate “Related Post” you fil find it in content-single.php
 * ….
    `<div class=”related-post”> <h2 class=”block-title”><span class=”bordertitle-
   red”></span><?php echo _e( ‘Noticias Relacionadas’, ‘profitmag’); ?></h2> <?php
   profitmag_related_post( get_the_ID() ); ?> <ul>`

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Translate things’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/profitmag/3.0.2/screenshot.png)
 * ProfitMag
 * [Support Threads](https://wordpress.org/support/theme/profitmag/)
 * [Active Topics](https://wordpress.org/support/theme/profitmag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/profitmag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/profitmag/reviews/)

## Tags

 * [spanish](https://wordpress.org/support/topic-tag/spanish/)

 * 8 replies
 * 8 participants
 * Last reply from: [ignotti](https://wordpress.org/support/users/ignotti/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/translate-things/#post-5707537)
 * Status: resolved