Another possibility would be to display the custom fields in x-recent-posts. how can i do that?
where can i find the x-recent-posts in php? i want to add <?php the_meta(); ?>
It’s a shortcode which is part of the cornerstone, and it shouldn’t be edited directly. Though, it’s already discussed here in the forum multiple times. You can search it with keyword customize recent posts, then simply add your meta or post tag within the custom code where the loop is.