Home Forums WoodMart support forum Appear site name plus Logo site- FOR SEO

Appear site name plus Logo site- FOR SEO

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #92677

    bacha-isdesign
    Participant

    Hi,
    I tried to change logo site by site name in theme header but I can.
    I tried also, for appear site name and slogan, by modify logo-site.php, it not work.
    For SEO, Logo is not significant. But site name and slogan is GOOD FOR SEO.
    So how I can appear or display Logo + site name, for increase my SEO websites.
    Best regards

    #92717

    Hello,

    Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Modify elements as per your needs: http://prntscr.com/iyd3h3

    Take into consideration that there is also the mobile view of your header http://prntscr.com/iyd3v3 check all the elements there.

    Site name and site description are changed in Dashboard > Settings > General.

    Best Regards

    #92842

    bacha-isdesign
    Participant

    i’m sorry but is not a good respond.

    this is a code where is :
    div class=”site-logo”>
    <div class=”woodmart-logo-wrap<?php if( $has_sticky_logo ) echo ” switch-logo-enable”; ?>”>
    ” class=”woodmart-logo woodmart-main-logo” rel=”home”>
    <?php echo ‘' . get_bloginfo( 'name' ) . '‘; ?>

    <?php if ( $has_sticky_logo ): ?>
    <?php
    $logo_sticky = $protocol . str_replace( array( ‘http://&#8217;, ‘https://&#8217; ), ”, $params[‘sticky_image’][‘url’] );
    ?>
    ” class=”woodmart-logo woodmart-sticky-logo” rel=”home”>
    <?php echo ‘' . get_bloginfo( 'name' ) . '‘; ?>

    <?php endif ?>
    </div>
    </div>

    when i follow yoour advice nothing change. Please something, because is important to seo. I jsut want to replace logo by site name, which affect code also.

    ther is a add_filter( wp-title) in inc.function which can do it, but dont know to use it.. Please Help me, I think that your theme good , so let beleive, i dont do the bad choice theme

    #92852

    Artem Temos
    Keymaster

    Try to use Text element in the header builder instead of the logo image. There, you can write your text instead of uploading your logo image.

    #92855

    bacha-isdesign
    Participant

    ok.thank u

    #92860

    Artem Temos
    Keymaster

    You are welcome. Contact us when you will have any extra questions.

    #92864

    bacha-isdesign
    Participant

    Last question :

    the function.php in inc folder, there is lot of hooks, like filter and action.

    How can I use it.
    For example, Filter wp_title,

    I ask u like that, because there is no documentation to transform our theme in deep. action and filter can help us for do it.

    Genesis Framework by StudioPress, for example offers many documentation about transform code, or modify, by using action and filter hooks

    best regard,

    #92875

    Artem Temos
    Keymaster

    Our theme doesn’t provide our own actions and hooks. We use WooCommerce hooks only. Check it in the plugin’s documentation https://docs.woocommerce.com/wc-apidocs/hook-docs.html

    #92881

    bacha-isdesign
    Participant

    Ok thank so much. I understand better now.

    Your team is very professional, and theme very good.

    Best regards

    #92930

    Artem Temos
    Keymaster

    You are welcome.

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Appear site name plus Logo site- FOR SEO’ is closed to new replies.