Home › Forums › WoodMart support forum › Appear site name plus Logo site- FOR SEO
Appear site name plus Logo site- FOR SEO
- This topic has 9 replies, 3 voices, and was last updated 6 years, 7 months ago by
Artem Temos.
-
AuthorPosts
-
November 30, 2018 at 8:56 am #92677
bacha-isdesignParticipantHi,
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 regardsNovember 30, 2018 at 10:44 am #92717
Elise NoromitMemberHello,
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
November 30, 2018 at 2:48 pm #92842
bacha-isdesignParticipanti’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 ‘‘; ?>
<?php if ( $has_sticky_logo ): ?>
<?php
$logo_sticky = $protocol . str_replace( array( ‘http://’, ‘https://’ ), ”, $params[‘sticky_image’][‘url’] );
?>
” class=”woodmart-logo woodmart-sticky-logo” rel=”home”>
<?php echo ‘‘; ?>
<?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
November 30, 2018 at 2:57 pm #92852
Artem TemosKeymasterTry 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.
November 30, 2018 at 2:59 pm #92855
bacha-isdesignParticipantok.thank u
November 30, 2018 at 3:02 pm #92860
Artem TemosKeymasterYou are welcome. Contact us when you will have any extra questions.
November 30, 2018 at 3:10 pm #92864
bacha-isdesignParticipantLast 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,
November 30, 2018 at 3:46 pm #92875
Artem TemosKeymasterOur 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
November 30, 2018 at 3:56 pm #92881
bacha-isdesignParticipantOk thank so much. I understand better now.
Your team is very professional, and theme very good.
Best regards
November 30, 2018 at 8:12 pm #92930
Artem TemosKeymasterYou are welcome.
-
AuthorPosts
The topic ‘Appear site name plus Logo site- FOR SEO’ is closed to new replies.
- You must be logged in to create new topics. Login / Register