Home Forums WoodMart support forum Problem with category blog articles Reply To: Problem with category blog articles

#407054

thespacersm
Participant

Good morning,

I notify you that our developers have managed to solve the problem by finding a bug in your theme.

We modified the blog.php file (wp-content/themes/woodmart/inc/shortcodes/blog.php:86:
) in row 86 adding:

‘hide_empty’ => false,

We then edited the posts-slider.php file (wp-content/themes/woodmart/inc/shortcodes/posts-slider.php:201:) alla in line 201 by adding:

else {
esc_attr_e( ‘No post were found’, ‘woodmart’ );
}

I hope this bug will be fixed in the future.
Have a good evening,
Jessica