Change the name in span12 a-center - by ropagda

This topic has 7 replies, 4 voices, and was last updated 7 years, 6 months ago ago by Jack Richardson

  • Avatar: ropagda
    ropagda
    Participant
    September 20, 2016 at 11:35

    Hello its posible change the name SHOP for the name of Article?

    i show pic here image sample

    thanks

    6 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 20, 2016 at 13:35

    Hello,

    This is the name of your page, just rename the “Shop” page in wp-admin panel > Pages.

    Best regards,
    Jack Richardson.

    Avatar: ropagda
    ropagda
    Participant
    September 20, 2016 at 19:40

    ok thanks. but i want if it is posible the name of the product.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 20, 2016 at 19:44

    Hello,

    Unfortunately there is no such possibility. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 20, 2016 at 20:00

    Hello,

    You can try edit theme-function.php file is in the /wp-content/themes/legenda/framework directory on line 4796.
    Change the following code <h1 class="title"><span><?php woocommerce_page_title(); ?></span></h1>
    to this

    <h1 class="title"><span><?php 
    if ( is_product() ) {
    echo get_the_title();
    } else {
    woocommerce_page_title(); 
    }
    ?></span></h1>

    We recommend to make changes in the child theme https://codex.wordpress.org/Child_Themes to keep modifications saved after theme update.

    Regards,
    Rose Tyler.

    Avatar: ropagda
    ropagda
    Participant
    October 3, 2016 at 20:09

    ok i will try this thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 3, 2016 at 20:28

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.