Support » Theme: gimliii » Home Page template

  • Resolved zigzag5627

    (@zigzag5627)


    I don’t see how to create a two-column home page. If I don’t want to use an image for a post, how do I get rid of the grey image block?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author bravokeyl

    (@bravokeyl)

    Hi there!
    Two-columns Home Page:
    Do you mean posts to appear in two columns without sidebar or with sidebar..
    currently the theme doesn’t support this…in the future release i may add…

    Get rid of grey image:

    Create a child theme and then copy home.php from parent theme and go to
    lines 21-26 where it says

    }else{
                            ?>
    
     <img src="<?php echo get_template_directory_uri(); ?>/img/default-thumb.jpg" alt="<?php the_title(); ?>" class="img-responsive"/>
                            <?php
                        }?>

    change that to

    }

    Theme Author bravokeyl

    (@bravokeyl)

    Check the following post for more details.

    Gimliii Child Theme

    Theme Author bravokeyl

    (@bravokeyl)

    New version released which has page templates.

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