Replicate “Featured Posts” for categories
-
Hey ??
I enjoy the Dyad theme very much, but I’d like to use the “Featured Posts” from the front page on other pages as well, because my website is going to be very content-heavy and I would like to show collections of posts in the same layout on different pages.
I started by creating a PHP loop on the sub-site (WP_Query(‘cat=7’)) and then added the get_template_part( ‘template-parts/content’, ‘blocks’ ). Basically I’ve copied the index.php but changed the loop. However, this doesn’t really work and looks like this: https://imgur.com/a/XIuV9
I noticed that the one post that does appear somewhat normally is the only one with no featured image. Can somebody help me out? My understanding of PHP is very basic, and if I made a silly mistake, I apologize ??
Thanks!
- The topic ‘Replicate “Featured Posts” for categories’ is closed to new replies.