Hello, I want the photo to be clickable, not just clicking the title.
blog view as in the link.
thank you for giving a time
Hello,
Sorry, but unfortunately, there is no setting to change that.
If you would like to achieve that, you will have to modify the theme files, but we do not provide help with such customization.
Best regards
I solved the problem this way.
I added these codes to the lines below in the content-post.php file.
If you do not know, it is not recommended to change theme files. ?️
121 $output .= '<a href="'. esc_url(get_permalink()) .'">'; . . . 127 $output .= '</a>';
It is not recommended to modify the main theme files, but if you use a child theme and you know what you are doing, there are no obstacles to doing that.
https://support.muffingroup.com/documentation/installation-updates/#child-theme
Comments
Hello,
Sorry, but unfortunately, there is no setting to change that.
If you would like to achieve that, you will have to modify the theme files, but we do not provide help with such customization.
Best regards
I solved the problem this way.
I added these codes to the lines below in the content-post.php file.
If you do not know, it is not recommended to change theme files. ?️
It is not recommended to modify the main theme files, but if you use a child theme and you know what you are doing, there are no obstacles to doing that.
https://support.muffingroup.com/documentation/installation-updates/#child-theme
Best regards