Minimum Theme – Static Homepage Content

Community Forums Forums Design Tips and Tricks Minimum Theme – Static Homepage Content

This topic is: not resolved

Tagged: 

This topic contains 5 replies, has 4 voices, and was last updated by  Marco 4 months, 2 weeks ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15547

    rogrossm
    Member

    Hi Everyone,

    I’ve just purchased Minimum 2.0 for a new business website. I love the look of the theme, but I need to change the homepage a bit.

    Out of the box, the Minimum theme shows a grid of the latest blog posts just under the four social media icons. I want to remove this grid and replace it with a single post, which I would like to see displayed in full, not as an excerpt.

    What’s the easiest way to do this?

    Many thanks!

    Best regards,

    Robert Grossman

    #15663

    SoZo
    Moderator
    Post count: 1573

    The simplest way would be to replace the grid loop with a new sidebar so you can use a featured page widget.


    John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography

    #16110

    bpcallahan
    Member
    Post count: 2

    I am having the exact same issue as Robert.  I would like to use a static page but keep the featured image on my home page.

    What about using an include command in home.php, like:  include(“front.html”); ?

     

    #16116

    SoZo
    Moderator
    Post count: 1573

    Yes, you could do that as well.


    John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography

    #16119

    bpcallahan
    Member
    Post count: 2

    Thanks SoZo

    #16120

    Marco
    Participant
    Post count: 58

    @bpcallahan

    create an home-static.php file in your theme folder.
    Add here your html code.

    Then, in home.php use:

    get_template_part( 'home', 'static' );

    see: http://codex.wordpress.org/Function_Reference/get_template_part


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

You must be logged in to reply to this topic.