Taking Posts off Main Page

Discussion in 'SpotMoto WordPress Theme' started by ryan_burdick, Aug 18, 2013.

Thread Status:
Not open for further replies.
  1. ryan_burdick

    ryan_burdick Guest

    Joined:
    Aug 18, 2013
    Messages:
    5
    Likes Received:
    1
    I set my blog to have a static front page using the theme SpotMoto, and I don't want it to have my most recent posts. Have tried Settings > Reading > Front Page Displays > and I changed it to "a static page."


    I also noticed under Theme Options>Front Page On/Off, I can turn off everything. I still want to keep the front page, just not the "latest post" setting.

    How do I get it so my posts won't appear on my homepage?
    http://dcapped.com


    Also, how do I edit the CSS to get the generic icons to disappear from the bottom?
    Thanks,
    -Ryan Burdick
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. To remove the blog posts from the home page you can paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content div.featureproduct {
    display: none;
    }
    This will remove the blog posts from the home page.

    2. To remove the social icons from the bottom of the page you can paste the code given below in Custom CSS

    Code:
    .socialicon {
    display: none;
    }


    This will remove the social icons from the bottom of the page.
     
  3. ryan_burdick

    ryan_burdick Guest

    Joined:
    Aug 18, 2013
    Messages:
    5
    Likes Received:
    1
    Piyush,

    YOU ROCK! Both worked flawlessly. I'm sure I'll be posting more questions in the future.

    Thanks
    -Ryan Burdick
     
    Nitesh likes this.
Thread Status:
Not open for further replies.

Share This Page