Hey carlager !
I think it was sat up using the customizer.Try to change the site description and it will work 🙂
Hi codeManiac
Thanx for a swift reply.
Site description is
Pagetitle : Heron
Tagline : på tur
Header.php says
<?php
/**
* You can overwrite the defeault ‘See More’ text by defining the ‘BAVOTASAN_SEE_MORE’
* constant in your child theme’s function.php file.
*/
if ( ! defined( ‘BAVOTASAN_SEE_MORE’ ) )
define( ‘BAVOTASAN_SEE_MORE’, __( ‘See More’, ‘arcade’ ) );
?>
<?php echo BAVOTASAN_SEE_MORE; ?>
</div>
What should I insert in the function.php file ?
Hi again carlager !
See this line ?
define( ‘BAVOTASAN_SEE_MORE’, __( ‘See More’, ‘arcade’ ) );
change ‘See More’ with ‘Follow’ and it will work 🙂
Let me know if it does 🙂
Cheers
Hi codeManiac,
My problem is that I can´t find the line define( ‘BAVOTASAN_SEE_MORE’, __( ‘See More’, ‘arcade’ ) );
Is it supposed to be in the themes functions.php file ?
Hi coeManiac,
Changed it in header.php
And now it works 🙂
Thanx for your help
yes right there 🙂 glad its solved 😀