Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • PeterK2
    Participant

    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”

    in reply to: Add custom HTML instead of slider, and show posts #3037
    PeterK2
    Participant

    And 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

    in reply to: Add custom HTML instead of slider, and show posts #3034
    PeterK2
    Participant

    If 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; ?>
    in reply to: The theme can't be Responsive ? #3028
    PeterK2
    Participant

    “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.

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