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?
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
First issue worked Second issue solved, however would like to show less content... see screenshot: http://screencast.com/t/87ndLh75TV Lastly, within the Bottom of Post it is showing a One Response so far. with comment. see screenshot: http://screencast.com/t/SJKQhkrczVz -would like to remove
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
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
Yes that worked perfect.. ty Also, is there a way to shorten what gets shown o the home page "Posts" section? See screenshot: http://screencast.com/t/87ndLh75TV
Hello, Code is given below for that.... Code: .feature_blog_content .post p { display: none; } Thanks & Regards! Priyanka InkThemes.com