$currentPost = get_the_ID();
$myposts = get_posts( array(
'category' => 6,
'numberposts' => 8,
'order' => 'ASC',
'post__not_in' => $currentPost,
) );
foreach( $myposts as $post ){
setup_postdata( $post );
?>
<li class="notes__item">
<a href="<?php echo get_permalink();?>"
><?php echo get_the_title();?></a>
</li>
<?php
<a target="_blank" href="https://www.youtube.com/watch?v=kLuF7_yvr_c">
<img src="https://i.postimg.cc/pTPyW8Kv/PHONE-GIF.gif" alt="PHONE-GIF" border="0" width="200px" /></a>
<a><img></a>