Tagged: x
-
AuthorPosts
-
June 6, 2016 at 11:13 pm #1029259
tiamcdowellParticipantHello,
I don’t want to use the featured image option for my blog posts.
I would like to have the image inside my post show up on the post index page instead.
How can I do that?
Thank you.
June 7, 2016 at 3:01 am #1029491
John EzraMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.single .entry-featured { display: none; }Hope this helps – thanks!
June 7, 2016 at 2:42 pm #1030507
tiamcdowellParticipantHi,
I entered that code and nothing happened. It did not work.
June 8, 2016 at 1:43 am #1031342
Paul RModeratorHi,
You can try this code instead.
.single-post .entry-featured { display:none !important; }If that doesn’t help, please provide us your site url so we can take closer look.
Thanks
June 10, 2016 at 12:27 pm #1036164
tiamcdowellParticipantHey,
That code didn’t do anything either… The URL to my site is http://taliahreene.com
Right now, my blog index page is pulling the image from the featured image section. I don’t want to do that.
I want the blog index page to pull the image from inside my post (like the first paragraph of my post will have an image, and I would like this image to show on the blog index page with the titles and excerpts from the posts)
Thanks
June 10, 2016 at 1:48 pm #1036246
RahulModeratorHey There,
To be able to do that, you can simply set the the first image of the post as a featured image?
If that’s not what you want, Can you elaborate it a little further as to what you want to achieve?
Thanks
June 11, 2016 at 10:19 am #1037376
tiamcdowellParticipantTo setting the “first image” as a featured image limits the placement of the image in the post. It also stretches the image (no matter how large I make the image) and the quality of it looks horrible.
I would rather be able to place an image INSIDE the first paragraph of text, and have that image show on the blog index page.
The featured image stays at the very top of the blog post. I do not want that.
I have attached an example of what I would like to do.
This image shows what the blog index page looks like as well as the first paragraph of the post… they are almost identical.
June 11, 2016 at 7:48 pm #1037776
RadModeratorHi there,
In that case, you may just insert your image within the content with the alignment you wish to apply. Then simply hide the featured image by adding this CSS as suggested above.
.single-post .entry-featured { display:none !important; }I didn’t see it being added, please note that you will have to set featured image, and insert another image within your content manually. The purpose of setting featured image is to display it in blog home page, then, if you insert another image within the content, then you’ll have two images. Then that CSS hides the other one which is on top.
Make sure that Full Post Content on Index is turned off. Because two image will display on your blog home page.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1029259 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
