Tagged: blog image
Hi can you please let me know the file that has the blog default feature image of a pencil that I can go into and change to an Image I would like? I do auto post and would prefer a logo to show instead of being blank.
thanks in advance.
Jay
Hi Jay!
Please refer to my post here – https://kriesi.at/support/topic/how-do-i-change-the-content-of-you-might-also-like-section/#post-306220
Cheers!
Yigit
Hi!
Please try following code instead
.blog-meta span.iconfont:before {
display: none;
}
.blog-meta span.iconfont {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
Cheers!
Yigit
Hi!
Try using this plugin:
https://wordpress.org/plugins/default-featured-image/
Best regards,
Josue
For any others that do not like additional plugins that may not work at all times and LOVE Enfold like I do. after the recent updates v3.08 on
I found using both codes provided by Yigit for the feature image and related images works well when the blog setting are set to:
style use advanced layout editor
single post style Single post with small preview image
Related entries by tool tip but am sure with title will work have not tested.
Setting up the advanced layout editor for blog page
layout element 1/1
content element – blog posts
set blog posts to single author small preview.(read more. optional)
This is a much better fix than having just a pencil icon.
Jay