• Resolved Mukta Roy

    (@mukta-roy)


    Hello,there.My problem is same as projecthollis.I have followed answer of this topic like :in css file add display:none.I find that it removes home page window box and also all pages window box.But,i want to keep other’s page window box except home page.

    How do I get this?
    Thanks in advance!
    Mukta

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author LizardThemes

    (@lizardthemes)

    Hi!
    You have to add the code:
    if (!( is_home()) ) {
    before the line:
    if ( have_posts() ) : ?>
    in the file loop.php
    and add a curly bracket after the code:
    endif;

    Thread Starter Mukta Roy

    (@mukta-roy)

    Hi,
    Thanks for your reply.But,it doesn’t work for me.I have done it in another way like, i have created a new template without <?php get_template_part(‘loop’); ?> this part and set it as a home page template and my problem is solved.But,your theme is very pretty.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page Box Problem’ is closed to new replies.