How To Turn Off The News Feed

Table of contents:

How To Turn Off The News Feed
How To Turn Off The News Feed

Video: How To Turn Off The News Feed

Video: How To Turn Off The News Feed
Video: How to Disable the News and Interests Widget on the Windows 10 Taskbar on Windows 10 Update 19042 2024, May
Anonim

There is never enough news. Another question is that sometimes there are too many of them to such an extent that the essence of what is happening is lost behind advertising messages and unnecessary comments. How can you disable the news feed on the social network, in the browser and in the CMS?

How to turn off the news feed
How to turn off the news feed

Instructions

Step 1

To remove unnecessary news or comments on social networks, you will have to deposit some amount to the site's account. This will provide you with VIP status for a certain period, after which you will have to fund your account. If you are worried that your site visitors may not see your answers to questions in My World, go to the What's New section, click on the blue pencil and remove the labels. Then save your changes and refresh the page.

Step 2

If Internet Explorer 7 or lower is installed on your computer, select "Service" in its line, then go to "Internet Options" and click on the "Advanced" tab. Find the line "Allow third-party browser extensions" and uncheck the box.

Step 3

If you are using Internet Explorer 8 and higher and want to disable news on your site, go to the admin section. In the "Configuration" section, follow the link "News channels". Set the Enable General News Feed option to Off.

Step 4

If you have an Opera browser, enter its menu, then select the "News" section, then refer to the "News management" item and disable the mailing list. If you are using Mozilla Firefox, enter the menu, select "Bookmarks". Find the item "News feed", right-click on it and delete.

Step 5

If you are working in WordPress and would like to exclude category posts from RSS from your feed, use the following code: function removeFromFeed (Squery) (if (Squery-> is feed) (Squery-> set ('cat', '-5');) return Squery;) add filter ('pre_get_posts', 'removeFromFeed');

Step 6

If you want to exclude posts from both the feed and the home page, use the following code: function removeCat (Squery) (if (Squery-> is feed) || ($ query-> is_home &&! (Is_paged ()))) { $ query-> set ('cat', '-5, -34');} return Squery;) add filter ('pre_get_posts', 'removeCat');

Recommended: