Hi, Recently I had an issue where the front page didnt update blog posts. You fixed this and thank you for that. At the moment, there seems to be a limit of 3 posts on the front page (www.tasvia.se). When I make a fourth post, it just replaces an old one on the front page. How can this be fixed so I have five posts on front page? Also, when I make a blog post with a picture in it, it seems the picture automatically comes up on the frontpage under the title. How can I select so that the picture doesnt come up on front page if I dont want it to? Regards, Daniel
Hello Daniel, Please check your site. It is working fine now. For blog post image. I have added code in custom css. You can check it there.
Hi Nitesh, I can see now that its been expanded, and that the picture in the blog post is not showing. But for some reason, the captation of the picture in one of the blog post is showing in the "thumbnail-text" of the front page (specifically http://www.tasvia.se/?p=248 , the captation "Teknisk improvisation i Växjö med Tomas", from the picture). Any way to get rid of the picture-captation? Regards, Daniel
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .wp-caption p.wp-caption-text { display: none; }
Hi, I think you misunderstood me. Using that code will remove the caption from the picture inside the blogpost. I dont want that; i want that caption to stay. What I want is for the caption to be removed from the "preview-text" of the featured blogposts on the front page (down among the five featured). The caption is showing in that text (and even if I enter the code, hence removing caption from picture inside the blogpost, it still shows up on front page). Thank you
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .feature-post .feature-post-inner p { display: none; }
Hi, Using that code removed all the text from the featured post except the headline. I just want the text from the picture-caption thats INSIDE the post, to be removed from the featured post on the front page. Regards, Daniel