Tagged: blog posts, grid layout
Hi,
How do I modify the blog post grid layout structure to move the category label to above the title and place the author name next to it?
Thanks.
Hi guys,
It’s alright, I found out how to do this.
For anyone else who also wants to know, here’s what you need to do:
1. Create a child theme
2. Setup your shortcodes folder in your child theme
3. Duplicate postslider.php into your child theme with your own class name and shortcode
4. Modify your new postslider.php and change the $atts type to “grid” at line 366
5. Include the author by using get_the_author()
Cheers.