Alright, if that’s the case then here’s an example using the code you posted here:
[wpp post_type="post" range="weekly" stats_views=0 thumbnail_width=351 thumbnail_height=185 excerpt_format=1 stats_author=1 excerpt_length=400 order_by="views" post_html='<li><h3><a href="{url}?utm_medium=wpp&utm_source=wpp">{text_title}</a></h3><div>von: {author}</div> <a href="{url}?utm_medium=wpp&utm_source=wpp">{thumb_img}</a><div>{summary}</div></li>']
I switched the content tags {title}
and {thumb}
with <a href="{url}?utm_medium=wpp&utm_source=wpp">{text_title}</a>
and <a href="{url}?utm_medium=wpp&utm_source=wpp">{thumb_img}</a>
, respectively.