Site icon Hip-Hop Website Design and Development

Conditional sorting with variable using WP Query

I have for example this posts in WP:

Name   ID  Date 
JohnA  6  01012020
JohnB  7  01022020
KateA  7  05052021
SamA   4  01022020
SamA   4  01022022

How I can order by date, but also put posts with ID before others for every user logged in (also ordered by date ) ? Other words – how to sort with conditional logic, using variable for example current user ID in it, so each user will see own posts before other one’s.