I use block 16 filters as a short codes to show some posts from the some category
http://www.panorama.com.al/barcelona-nuk-i-ndahet-realit-suarez-realizon-triplete/
I want to show latest post from the same category order by Latest post.
I have problems with a post belonging to 2 categories (I have excludet 2 categories with – sign in filter but id does not show latest post from the some category but some old post that are only in one ctagery.)
Please can you send me the code like this?
here is the code that I use where $rezi are the categoriesID separated by ,.
[td_block_16 category_ids=”‘.$rezi.’-4532,-8022″ sort=”” limit=”5″ ]
I want to show 5 Latest post not old ones.
Thank youin advance!
Hi
If a post belongs to a category which it’s excluded from being displayed in block, it will not be displayed even if belongs to others categories which are set to be displayed in that specific block. For example if you want to display latest posts from category A filtered by latest posts and you have post C included in categories A and B, setting in block filter as not to be displayed will automatically remove post C from that block.
Please make sure that the post doesn’t belong to an excluded category and test again.
If this is not what you mean please provide more details.
Thanks!
Yes you are right.
I want to do this
Posts 5,4,3,2,1 are in catgeories A,B,C they belong to three categories.
I have allowed categories A, -B,-C and excluded categories B and C.
Now I want to click post 5 and to show latest post from A that are 4,3,2,1
It shows only posts from A which are not in B and C also.
Posts X which are only in category A.
The categories B and C are hidden because I use them for mobile so I dont want them to display.
Can you show me the solutions in this filter?
[td_block_16 category_ids=”‘.$rezi.’-4532,-8022″ sort=”” limit=”5″ ]
Thank you in advance!
Hi
If posts 5,4,3,2,1 are in categories A,B,C and categories B,C are excluded from being displayed in block, those posts wont be displayed because they belongs to excluded categories.
A solution would be to add for each post which want to display in block a specific tag, leave the categories filter empty and filter posts by that specific tag. Like that only posts with that tag will be displayed in block: http://screencast.com/t/shN6rwKyu
If you need a different implementation for block’s filters you will need customizations in theme files and unfortunately we can’t offer customization services at the moment. If you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you.
Thanks!
