Try this
in the header.php
add this before the image
<a href="<?php echo home_url( '/' ); ?>" alt="home" rel="home"> <THIS is where img src is> </a>
Here’s the format im looking for:
Latest Post by:
- category 3
- view more by category 3
2nd Latest Post by:
- category 1
- view more by category 1
3rd Latest Post by:
- category 6
- view more by category 6
4th Latest Post by:
- category 2
- view more by category 2
Where should i start? i feel like this will sorta be like an archive page. maybe is it possible to sort the categories by postid ??