Archived topic
change the language of my web page from a box
5 replies · Started by Jesus on September 18, 2020
Hello, on my website there is a box where it links to another article on my website that says "PREVIOUS". Is there any way I can change that text and put it in my language? Where is it done?
Hi there,
can you provide a link to your site so i can see how that text is added?
of course, here in this article at the bottom there is a box where it says "PREVIOUS".
Here you have the link: https://www.motoaficion.com/blog/vuelta-al-mundo-en-moto-como-prepararte/
Go to Dashboard > Appearance > Elements and edit the Custom Post Navigation element.
Change the text in line 20:
<div class="post-nav"><?php _e( 'Previous', 'generatepress' ); ?></div>
and line 45:
<div class="post-nav"><?php _e( 'Next', 'generatepress' ); ?></div>
But what do I get with that? What I want is to change the color of the box
Sorry isn't this the goal?
Is there any way I can change that text and put it in my language? Where is it done?
I got that from the original topic.