• Hi there.
    I would like to use the same design on all pages. If I set some page as homepage. All pictures text format are reseted to pure text. Waffle is nice theme, but with pure homepage.
    I would like to design home page the same way as all pages in WP.

    Could you help how to customize it ?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cica2222

    (@cica2222)

    Is someone here to help ? How to dissable this dissability of home page and regenerate orginal wordpress funkcionality.

    I just wonder, why to add a code which reduce funcionality.

    Theme Author Z.com byGMO

    (@takeaki-nagashima)

    TO:cica2222

    thank you for choose our theme –waffle.
    So sorry to tell you that CSS typing is out of our support contents.

    you can try to coating CSS below.
    waffle: home.php

    get_header(); ?>

    <section id=”primary” class=”content-area”>
    <main id=”main” class=”site-main” role=”main”>

    <?php

    if ( have_posts() ) : ?>

    <?php if ( is_home() && ! is_front_page() ) : ?>
    <header>
    <h1 class=”page-title screen-reader-text”><?php single_post_title(); ?></h1>
    </header>
    <?php endif; ?>

    <?php
    // Start the Loop.
    while ( have_posts() ) : the_post();

    /*
    * Include the Post-Format-specific template for the content.
    * If you want to override this in a child theme, then include a file
    * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    */
    get_template_part( ‘content’, get_post_format() );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pure design on homepage’ is closed to new replies.