Posts

Discussion in 'Harrington- A WordPress Business Theme.' started by robnog, Feb 21, 2016.

  1. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
    When creating Posts I would like to remove the date, tags, comments, etc... please see screenshot
    http://screencast.com/t/NqwKXfijspZ

    Also I created a new post but it does not show up on home page?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Regarding your first issue..

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_meta {
        display: none;
    }
    For the second issue..

    You are suggested to set the featured image for the post and check after that..

    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
  4. priya

    priya Guest

    Hello,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
  6. priya

    priya Guest

    Hello,

    Code is given below.
    Code:
    #commentsbox {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
  8. priya

    priya Guest

    Hello,

    Code is given below for that....
    Code:
    .feature_blog_content .post p {
        display: none;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page