Filter News Webpart to not display certain posts

Copper Contributor

I know that you can filter news items you want to display in a web part, but is there a way to set a filter so that it doesn't display a news item?

I am creating two news Web parts on the same comms site.   I want one to focus on a very specific topic - every title will contain the same words so it's easy to filter the news using those words.   However, I want the second web part to display all other news minus the topic I just described.     I realise I could re-order the news, but it would be much simpler just to set a rule.   

 

I hope that makes sense. 

3 Replies

Hi @AmyNAT there may be other ways to do this but what we do is to make use of the term store and a managed metadata column in our Site Pages library.

 

On our intranet we have a news web part for general news which displays those news items where the Page tag metadata column has been set to doesn't' contain Senior Leadership Team.

 

1-newswebpart-doesntContain.png

 

On the same page we have another news website which just shows the most recent news item where the page tag metadata column contains Senior Leadership Team.

 

Note that it must be contains/doesn't contain, it won't work with is equal to etc.

 

2-newswebpart-Contains.png

 

You need to set up the term you are filtering by in Site Settings - Term Store Management:

 

3a-SiteSettings-TermStore.png

 

You create your term set (Page Tags) and the terms (in this case just Senior Leadership Team):

 

3-term-store.png

 

Next add a column in your Site Pages library which is a managed metadata column:

 

4a-column-Pagetags.png

 

4b-SitePages-PageTags.png

 

Then when you are creating your news item the Page Details panel will show the PageTags column - we also use it to select other properties like the region of the country, the specialism, offices involved etc. Either leave it blank so that it is not a Senior Leadership Team news item and will therefore go into the general news, or start typing Senior and it will pick up the correct term from the term store. Click out of the field to save the selection.

 

5-page-details.png

 

Next we add the web part. Filter by Managed property

6-filterbyManagedProperty.png

Start typing in the Term Set you want which in this case is Page Tags. I just typed Page and it found it. Don't worry that it prefixes it with owstaxID, that  must be something to do with internal SharePoint naming  and it's fine.

 

7-owstaxidPageTags.png

 

Select Doesn't contain and add the search value which in this case will be Senior Leadership Team as shown in the first image.

 

8-searchValue.png

 

I think the most difficult part of this is getting used to the Term Store. But you can read more about all this at https://sharepointmaven.com/?s=term+store&post_type=post

 

The result works consistently and very well and we use it every day with our news stories. Come back if you have any follow-on questions.

 

Rob
Los Gallardos
Microsoft Power Automate Community Super User

The simplest way to get this outcome would be to add a Column to your Site Pages library called something like News Type. That way, you don't have to rely on someone creating a Title with a specific term. You can create a page template for an article of this type where the News Type is pre-set to the topic that you want so as long as that template is used, the author does not even have to tag the page. Then, you can filter for News Type = [Topic]. You can filter for one or more Topics in different web parts to get the same outcome you are trying to get to - but using a filter. One web part filters for Topic = Special Topic. The other filters for either all the other topics or just a page tagged with News Type = News.

 

Hello @RobElliott ,

 

If I want to move particular news from one news web part(named, Recent News)to another news web part (named, Old news) after 7/10 days automatically, can I do that? If yes, please mention the steps to do so.