Tag: WordPress Tutorials

  • Easier And Better Solutions To Get Pictures On Your Posts

    WordPress makes it pretty easy to upload picture on posts and pages. Thereby are various data stored, which can be used. Again and again, you can read tutorials on how to bring photos to posts, normally this is a solution via the custom fields. But there is a different and simpler solution, I think. The…

  • Filter Duplicate Posts in the Loop

    As the question arises quite often I’d like to show how I make sure that the content presented, which were output in a loop, not showed up again in a second loop.

  • Change the WordPress Message

    The notifications of WordPress for the author of an article or comments are not always right on the spot according to the needs. WordPress also knew that and created these functions so that it’s easy to adapt notifications to your needs or can completely be replaced. Therefore, I will briefly show how to adjust the…

  • Change WordPress Mail Sender

    WordPress makes it easy and fast to add new users in the backend. Since version 2.8 of WordPress, it can send the access information via email. A nice feature, with no additional settings to change the sender of this email. For example the email should be send from the administrator instead from WordPress. Nevertheless, there…

  • Warning Message For Self Customized Plugins

    Now and then you have to modify an existing Plugin for your own special needs. But you still get a message if an update exists for the original Plugin. If you modified the Plugin several month ago and you forgot about it, so you update the Plugin and all your modifications are gone. Most of…

  • Cleanup WordPress Header

    WordPress implements new standard features in the head of the theme since version 2.5, that are always on the hook wp_head. Even in WordPress 2.8 new functions were added. If you don’t need them you can easily disable them by using the function remove_action.