Tag: is_user_logged_in

  • How to hide posts completely

    There are times when a site operator may wish to completely hide certain posts – either all posts that are blocked, posts of a certain category, or other possibilities.  While the main process that the plugin operates on is to show titles and excerpts on summary pages to drive users to conversion (registration), that is…

  • Request additional data fields on a specific page

    This particular example is a generic tutorial for requesting additional data fields in the registration form on a specific page. Since these are fields that do not show up in the regular registration form, we need to also present the data to logged in users to add this data. While conceptually this is not an…

  • Creating menus for different user roles

    We’ve had some different tutorials on displaying menus based on login status – showing a different menu for logged in users vs. non-users.  I also put together a code snippet and a plugin extension to automate this process.  There’s even a tutorial on how to remove menu items based on login status. This tutorial is an…