Display full post in home page

Discussion in 'StartPoint Business One Page WordPress Theme' started by ksvendsen, Oct 11, 2014.

  1. ksvendsen

    ksvendsen New Member

    Joined:
    May 20, 2013
    Messages:
    10
    Likes Received:
    1
    Is it possible to display a full post in the home page while keeping the Front Page setting turned on?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Yes it is possible, But the page length will be too large if you will display full post.

    Thanks & Regards
    Pramod
     
  3. ksvendsen

    ksvendsen New Member

    Joined:
    May 20, 2013
    Messages:
    10
    Likes Received:
    1
    My post is actually quite small. What I would like to do is display the post in full width, remove the "Posted on" text, and remove the link that takes the user to the post.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to follow 2 steps.
    Step 1:
    Go to front-page.php and make change as i have done in image.
    fulwidth-blog-home-startpoint-1-dec.png


    Step 2 :
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .recent-posts-container span {
    display: none;
    }
    Thanks & Regards
    Pramod
     

Share This Page