Hi I can add the pictures to my post fine and the post appears in the blog, but not when you click read more and go to the article. The picture is then missing http://buff.ly/174q7sF http://solditclosedit.com/blog/ Can I take the date off also showing up on the top left. It is appearing overtop of the text or picture. I want to delete the date on top left. Thanks!
Hello, Could you please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/threads/picture-not-showing-up-in-blog.7108/ Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check and try to resolve your issue.
Hello, Your issue has been resolved on the post http://buff.ly/174q7sF . You are adding the image inside the h1 header tag (i.e. <h1></h1>) and on the other side you have inserted the code given below in the Custom CSS section. Code: .page-content .content-bar h1 { display: none; } Due to this, it is hiding the post images. And in some cases of post you have inserted the wrong URL address of the images due to which they are displaying there. So, put the correct image address, this will solve your post image issue. And to remove the date on the top left of blog post, paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .post_date { display: none; } This will solve your issue.