Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey carlager !

    I think it was sat up using the customizer.Try to change the site description and it will work ??

    Thread Starter carlager

    (@carlager)

    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

    Thread Starter carlager

    (@carlager)

    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 ?

    Thread Starter carlager

    (@carlager)

    Hi coeManiac,
    Changed it in header.php

    And now it works ??

    Thanx for your help

    yes right there ?? glad its solved ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change text’ is closed to new replies.