• Hello. All the posts that i make are showing in the homepage. Some of them also appear on specific menus that i have created on top of the site based on the categories i put on the posts.

    Is there any way that i can make posts that i create (with a specific category)to be visible only on a specific menu and not in the homepage as well?
    All other posts (with what so ever other category that they belong) to be seen normally in the homepage.

    thanks for any answer!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I suspect what you want is to use the pre_get_posts hook. You can read about it here. This will allow you to define which categories to include or exclude from your homepage.

    Thread Starter theoimage

    (@theoimage)

    it probably can work.
    Is this a specific plugin i can add from “Add Plugins” section or is it part of code that i must write? because i have not so much experience from coding (to almost none)

    if it is plugin what is its EXACT name to search it?

    I have tried pre_get_posts hook, Plugin_API, Action Reference but can’t find anything if there is anything to find.

    Is any plugin for that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Specific category hiddem from home page?’ is closed to new replies.