Featured posting on the category page + Big Grid

Posted in: Newsmag
Post count: 2

How to limit the big grid of the category page to let Featured tagged posts?

Example:

Do not display post in the grid: Games Category
View post in the grid: Games Category + Featured Category

Post count: 7909

Hi,

I’m not sure if this is what you want to do, theme doesn’t have an option to filter articles on the Big grid from category page. You will need custom modifications to the code, so you can try something like this if you like: http://screencast.com/t/a2FIWfLUU

$cat_id = td_global::$current_category_obj->cat_ID . ",1";

'category_ids' => $cat_id,

Result: http://screencast.com/t/oIF365FkYOO

You can change it with your category id(,1 – is an example) that you want to display on Big Grid in categories page. This will be applied on all category pages.

Thanks!

Post count: 2

Hello, it is nearly so.

But I wish there was a condition.

“If Main category “and” Featured category, show”

I tried using “category__and,” but not working.

Thank you!

Post count: 6600

Hi,

Unfortunately the grid’s query doesn’t use the WordPress’s query arguments that’s why the category__and doesn’t work.
You can try to work around this by building a new query for the grid and set the filter using category__and
If you can’t manage this by yourself we suggest you get a freelancer to help you do it as you need custom work for this which we cannot provide at the moment because we work hard on development fixes and support. You can get one from site’s like: http://studio.envato.com/

Thanks

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