This topic has 11 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
I have just moved from another theme to yours, and now all my old blog posts have double title. Is there anything I can do?
Also how do I get the feature picture appear full size on the blog page. Now only the posts 8theme has created have full lenght picture, and all my article pictures are small, even if I would delete and add the picture again.
And actually now that I try to create new post, it will give me the same double title.
Hello,
Please provide us with link to the site and wp-admin access in Private Content.
Regards,
Rose Tyler.
Here:
Hello,
Do you mean this second title http://prnt.sc/dbbbmw or this http://prntscr.com/dbbc3d ?
As I see featured image is full width. Please show a screenshot of the problem.
Best regards,
Jack Richardson.
The problem is the second picture of the titles. So the one that seems to be copied from my old blog post.
I mean the featured image on the blog page. There the feature image is small, but the 8theme posts had full width featured pics. (I have already deleted the 8theme originals)
Is there something I can do?
Hello,
Please use this code in custom.css file to remove second title:
.single-post .blog-post .post-title {
display: none;
}
I’ve regenerated thumbnails. Please check blog page now.
Regards,
Eva Kemp.
Thanks that worked! Also made the pic big. What is the css for hiding the line “Posted on 10/11/2016 at 12:36 by Eventamo / Ennen vs. nyt / 0”?
Hello,
Add this code in custom.css:
.blog-post .post-info {
display: none;
}
Regards,
Eva Kemp.
The issue related to '‘Moving from other theme: blog post problems’' has been successfully resolved, and the topic is now closed for further responses