How can I sort vendors by date added in product-template.liquid?

Looking for a little help sorting vendors by date added. I did a little searching and found this:

Okay, I’m going to edit this post a bit to hopefully make it a little easier to understand..

I found one article that suggested adding a line to product.liquid in the snippets folder of the theme. Now in the theme I’m currently using I was able to find this in product-template.liquid:

{% if section.settings.display_vendor %}
 

   {{ product.vendor | link_to_vendor }}
 

 {% endif %}

Am I in the right place? If so, how can I properly insert “&sort_by=created-descending” in to the code that my theme is using above?

Hopefully I’m on the right track. Thanks a ton