Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #969974

    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.

    • This topic was modified 5 years, 10 months ago by sethkhouri. Reason: typos
    #970000

    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.

    #970304

    Hi,

    Great, glad you found a solution and thanks a lot for sharing, much appreciated :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.