Resize avatars on forum landing page
-
I’m wondering how I can make the 14×14 avatar images that are in the loop of topics on a forum landing page. I know I could just go into
loop-single-topic.php
and change the'size' => 14
. But I’m wondering if/how I could use anadd_filter
? in my functions.php (so it’s not blown away with an update) to make this change.I have a pretty basic understanding of
add_filter
but I’m not able to figure out how to get this working. Any help is appreciated
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.