Hi Valentine,
Integrating the WPP shortcode with your Controversial section so it looks like your News page is doable, however all this requires a bit of coding and if you’re not familiar with web development in general you may want to consider hiring a freelance developer to take are of that for you (eg. https://jobs.wordpress.net).
I’m web-developer of http://kleinburd.ru/news Please, give me a shortcode example for my needs. It’s all. Now we using this code
[wpp range=’last7days’ freshness=1, {title} {thumb} thumbnail_width=640 thumbnail_height=250]
on this page http://kleinburd.ru/news/controversial
If you know how to code then this might be of help: How can I use my own HTML markup with your plugin?
Please, give me right here short code for that issue only:
How to get post title allow thumbnail like here http://kleinburd.ru/news for this page http://kleinburd.ru/news/controversial ?
Alright, here’s a very simple example that displays the post title and the post thumbnail:
[wpp thumbnail_width=100 thumbnail_height=100 post_html='<li>{thumb} {title}</li>']
Adjust where needed to achieve the design you’re looking for.