Hi,
A simple solution is to use tags, edit the big slider and chose latest from all categories and use a tag like sticky and add this tag on each post you want to be on the big slide. http://screencast.com/t/V07R7S0LQ
Thanks!
But if I do that the slider will show only articles with “sticky” tag.
Rightnow, the latest article published will use the big image, and i want to choose the article I want for that space, without changing the published time…
Big image: featured article (published at 10:00am)
Small images: latest articles (example, one published at 10:25, other 11:00, and the last one 11:25)
I do not know if you understand me
Hi,
You can enable sticky post from WordPress and mark a post as sticky will popup firstly. You need to change like here: http://screencast.com/t/e7yqFwCen
Hi Marius!
Thank you for answer, I search in the forum and I find this:
https://forum.tagdiv.com/topic/enable-sticky-posts/
You mention a solution but then you say that solution “brake the block functionality when you use sorting category”.
I think a lot of users would appreciate a feature like this without modifying the code, anyway, ill try to change the line and see what happen.
Cheers!
Hi again! Already change the code and it seems that everything works fine, the articles are only sticky on the slider – not on the category page – It’s perfect for me, and I think the unique system of articles help a lot.
If I find an error’ll let you know. Thank you.
Hey @tomdouble !
http://screencast.com/t/e7yqFwCen
Here is what file and in what line you need to change the 1 to 0.
Hi Guys,
I Chose the template: “Homepage – bg + with articles”.
I can’t get the post sticky in the Big slider.
The solutions above don’t work for me.
The Latest article posts below the big slide do show the sticky.
It would be great if I can select what image I want to show in the large panel of the Big slider. Any help is welcome.
Thx
URGENT
I had the same need about sticky posts, so I changed to 0 this parameter
$wp_query_args = array(
'ignore_sticky_posts' => 1
);
but now I get the following error on every single page
Fatal error: Access to undeclared static property: td_unique_posts::$show_only_unique in /htdocs/public/www/wp-content/themes/Newspaper/includes/wp_booster/td_data_source.php
and the site crashes!
Obviously I tried to set the parameter back to 1 but still getting the same error!!!
I also tried to change the “Unique articles” setting…nothing…
HEEEELP!
The site is unusable!!
Hi,
Replace the file content with this: http://pastebin.com/rfVw94RD or just replace the file by copying the initial file.
Let me know if this solves the problem.
Please also send your site’s URL.
Thanks
