Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

96
Views
Change worspress read more button text

I have a problem with Read More button.

Here is a link to my website: http://kamilawosinska-skillspring.com/index.php/publikacje/

As you can see all site is in Polish but Read More button is in English

I can't change it. I tried Loco translator but it does not work.

Do you have any idea how to change Read More button text?

I use Bstone theme.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

add_action( 'wp_head', 'change_read_more_to_something' );
function change_read_more_to_something() {
    add_filter( 'gettext', 'change_read_more_text');
}

function change_read_more_text( $text ) {
 
    $text = str_ireplace( 'Read More',  'YOUR TEXT',  $text );
    return $text;
}

Add this code to your functions.php

This should work but remember this will change all Read More

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!