Tag: PHP

  • Removing WordPress Login Design

    In a previous post, I showed the possibility, how to use WordPress in regard to Corporate Identity. For example adjusting the login area. This shouldn’t be a tough task with the according articles. Create Your Own WordPress Login Design 10 Checks to the Perfect WordPress theme In both cases I didn’t talk about how to…

  • Add Avatar To WordPress Default

    Avatars are popular as identification and with the service Gravatar it is largely used in the comment area of different applications. WordPress allows the user some basic settings. For example loading a default or generated Avatar, if the commentator doesn’t have one. Various themes have a standard Avatar to match the design. But even here…

  • Gravatars Use Easy

    Since version 2.5 of WordPress, Gravatar service is included in the core files. On one hand, you can use it to make the comment overview more nicely. But you can also integrate this function in your template and you don’t have to use a Plugin.

  • 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…

  • Google News To Release With WordPress

    Google News can be a coveted platform. But Google needs for the aggregation a special format – News Sitemap. Basically you can create this format in two ways with WordPress. Both solutions will be presented here. I will talk about the second example more in detail, because I believe it shows very nicely how to…

  • Top Level Menu In WordPress 2.7

    I explained in one of my previous posts how to add a nice icon to your Plugin in the backend are of WordPress 2.7. Some of my readers on my German blog asked how to add an icon to menus in the top level. I thought there are more readers interested to know about it,…