Home › Forums › All Other Themes › Girlie Theme: blog post images
- This topic has 8 replies, 3 voices, and was last updated 8 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
April 28, 2016 at 4:48 pm #31965
Hi there,
On the main blog page (the page that lists recent posts) my posts show up with both the feature image AND the first image in the post, along with the snippet of the post.
I want to only show the featured image and the snippet but I can’t seem to turn off the large post image (I want to leave it at the top of my post but I don’t want it to show up in the main blog page).
Thanks for your help!
April 29, 2016 at 7:29 am #32025Hi Stephanie,
Kindly show us your website URL.
Regards,
BradApril 29, 2016 at 8:10 pm #32109Thanks! My blog URL is: http://www.pastecreative.com/blog/
May 2, 2016 at 12:07 pm #32316Hi Stephanie,
Kindly go to content.php and find this code
<?php the_excerpt(); ?>
And replace with this code
<p><?php echo wp_trim_words( get_the_content(), 100, '' ); ?></p>
Regards,
BradMay 2, 2016 at 12:43 pm #32322That works perfectly! Thank you so much for your help!
Have a lovely day!
StephanieMay 2, 2016 at 12:46 pm #32323Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
BradJuly 3, 2016 at 1:42 am #39155Hey Brad,
I was having the same problem. To combat it I was just making sure I had lots of words before the first photo which really isn’t ideal as some of my posts don’t have many words, so I’ve had to leave photos off some of them (otherwise the feature image and the first image from the post show in the “What’s New” feed).
I changed this code but it didn’t make any difference. Any ideas of what else I can do?
http://www.thenourishedones.com/whats-new-on-this-blog/ (but is displaying ok at the moment due to what I mentioned above).
Thanks
July 3, 2016 at 1:46 am #39156Hey Brad,
I was having the same problem. To combat it I was just making sure I had lots of words before the first photo which really isn’t ideal as some of my posts don’t have many words, so I’ve had to leave photos off some of them (otherwise the feature image and the first image from the post show in the “What’s New” feed).
I changed this code but it didn’t make any difference. Any ideas of what else I can do?
http://www.thenourishedones.com/whats-new/ (but is displaying ok at the moment due to what I mentioned above).
Thanks
July 4, 2016 at 1:31 pm #39297Hi Veronika,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.