Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- June 10, 2017 at 11:03 pm in reply to: When sharing my website on social media – the wrong "photos" come up. #3069PeterK2Participant
Install plugin Yoast SEO, then SEO – Social – Facebook
btw on this page in footer is “© Copyright 2017”, so you have written word copyright twice. common format is “© Company_name 2017”
PeterK2ParticipantAnd if you want use another page so you don’t need generate html code (you can set this page to private if you want) use this code few lines below in index.php.
<div class="sq-container sq-clearfix"> <?php if ( is_front_page() ) echo apply_filters( 'the_content', get_post_field( 'post_content', '123') ); ?>
replace 123 with your page’s number
PeterK2ParticipantIf anyone need this:
index.php:10
<?php if ( !is_front_page() ) : ?> <header class="sq-main-header"> ...keep original header code here... </header><!-- .entry-header --> <?php else : ?> ...your HTML code here... <?php endif; ?>
PeterK2Participant“Proudly powered by WordPress” is not footer from the Square theme. This is something else what you see, maybe you have plugin for mobile version of your site (which is not needed, because theme is responsive). Or you did not select Square theme in Themes menu.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)