How to use Blog Medium Images for category pages

Aigars,

Another question–I prefer the blog medium image layout, however I can’t figure out how to get that layout on a category page. The large image format seems to be the default. Any suggestions?

Thanks,

Unfortunately, you will have to implement your own solution for that. It’s not really that difficult.

Inside content-extensions.php there is two functions that you need to merge travelify_theloop_for_archive and travelify_theloop_for_template_blog_image_medium.

There might be some other small styling issues afterwards but it won’t be too difficult to adjust them.

Thanks, I think I have it working, though too early to tell on the styling issues. Hopefully all I needed to change was the “section” section. Thanks again for pointing me in the right direction.