Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress categories

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32688
    virtual
    Participant

    Is it possible within a single blog to let non signed in viewers read only one category and to be obliged to sign in to read the other categories?

    #76574
    ccc630
    Member

    Absolutely. The easiest way (which may or may not be directly applicable to what you need to do) is to include the restricted categories in a loop that’s nested in the is_user_logged_in function.

    codex.wordpress.org/Function_Reference/is_user_logged_in

    There are various plug-ins that will do this as well, more or less.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.