this is a wordpress problem. I know I can add a class to a wordpress featured image via this:
<?php the_post_thumbnail('post-thumbnail', ['class' => 'img-responsive']); ?>
However how do I add multiple? I tried using an array but it just displays array in inspecter and I am not sure if it worked. Please help. Thanks.
You could try it simply like this:
<?php the_post_thumbnail('post-thumbnail', ['class' => 'img-responsive my-other-class']); ?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With