Big Slide block Sort Order – Newspaper

Posted in: Newspaper
Post count: 2

Hello,
I apologize for my english.
Using Big slide block parameters (BSB)…
I want to see all posts featured in any categories

in the BSB parameters I choose :
– all categories
– sort order = featured

in my posts list i have 8 posts featured

BUT
the BSB render last posts for any categories instead of only the featured posts in any categories.

remark : i may create a “Featured” category and select this new “Featured” category in the BSB category filter but i do not want to create such “Featured” category.
for example, a post in “Tourism” category is featured -> this post appears only in “Tourism” category and shall appear in the BSB with featured order param (does not work) .
If i use a “Featured” Category this post will appear in both “Featured” and “Tourism” categories, breaking the organisation of my blog/cms. “Featured” Category is not a useful category for my me, it’s just a category for functional purpose, i do not want.

Thanks in advance
cordially

  • This topic was modified 11 years by herveo.
Post count: 2

I reply to myself for more accurate advice and for the community

I take a look at td_data_source.php trying to create a new sort case. I see that in the lines

  //init the array
        $wp_query_args = array(
            'ignore_sticky_posts' => 1
        );

The sticky posts are ignored , so i test with a zero parameter and it seems to work now

Please would you tell me if this modification will cause disorder ??

thanks in advance.

Post count: 7909

Hi,

If you don’t want to create a category and display posts from that specific category I’ afraid that this sort order that you want to create will not work like you want and you cannot have that result. A solution will be to add a tag to articles that you want to be displayed and filter by that tag, also the order will be latest post published.
If you enable sticky post from data source, the sticky post will appear in all blocks that are not using filter option: http://screencast.com/t/KcXgbhxvAC Also on loops it doesn’t appear.

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.