Search results for: “current_user_can”

  • Change your WordPress Theme on Dependency

    WordPress is sometimes not only in use as a blog platform, also as CMS application or for a presentation of photos or other purposes. Many times you like to have a different design depending on the purpose of your WordPress blog within your website. Thus, most of the photo blogs having a different design than…

  • Update Informations Only for Admins

    If you only want to let users, who are privileged to receive information about updates and plugins, you should copy the following code to your functions.php of your theme. These users have to have the right “edit plugin” (edit_plugins) to receive updates. Alternative: use the plugin Secure WordPress, the plugin has inside the function to…

  • Adding A Private Page Into The Navigation

    If you use pages which have the state private, they will not be shown in the navigation. Nevertheless it can make sense to show this specific page in the navigation, if you want to provide easy access to this page for your users. The page should only appear to privileged users for sure. I will…

  • How To Improve WordPress Plugins

    With the upcoming WordPress release version 2.7 the menu changes to the vertical. This offers several features to the author which we already mentioned in some other posts. But this time I explicitly address Plugin authors and ask them to make their Plugins more user friendly in terms of usability. I will show only two…