How get post title by {post_title} for post with id 4?

Hello,

How get post title by {post_title} for post with id 4? (without Query Loop) only by Dynamic Data

Hi Faradei,
You can use the WP native get_the_title function:

{echo:get_the_title('4')}

Make sure to add get_the_title to the allowed function names:

Best regards,
timmse