This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Robert Hall
hi
I need to set for this widget the following
1.5 posts (now 2 only apperas)
2.and set certain category of the posts
3. I do not want to show the name of the post post creator
thanx
Hello,
1. You can set posts number in the widget settings http://storage1.static.itmages.com/i/16/0913/h_1473770431_2568769_fb2fb8e228.png
2. Unfortunately there is no such feature.
3. Edit the file wp-content/themes/woopress/framework/widgets.php and remove or comment the line 340 <?php _e('by', ETHEME_DOMAIN) ?> <strong><?php the_author(); ?></strong>
Regards,
Eva Kemp.
hi there
regarding
number 3 point,
the name of the creator is stille there at the related articles at the end of a post.
thanx
Hello,
Add this code in Global Custom CSS:
.meta-post {
display: none;
}
Regards,
Eva Kemp.
ok thanx
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘8theme recent posts’' has been successfully resolved, and the topic is now closed for further responses