Site logo

Archived topic

change the language of my web page from a box

5 replies · Started by Jesus on September 18, 2020

Viewing posts 1–6 of 6

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?

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.

This archived topic is closed to new replies.