Category: WordPress Hacks

  • Disable Flash Uploader

    Not always is the Flashuploader of WordPress a blessing and several times I preferred to have it switched off. Usually if the blog is not online and is offline behind a proxy and firewall. With the help of the Browser uploaders there is less trouble and therefore easy to abandon the added value of Flash…

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

  • Related Posts on Category

    It’s not easy to keep your readers on your website. It’s a challenge to provide new readers valid information, even though they were written a while ago but still up to date. A good idea is to provide posts from the same category as the post, the reader is reading currently. You can create a…

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

  • Hide The Comment Pagination

    Ever since version 2.7 WordPress offers the option to adjust the number of comments on each page. From SEO’s perspective, this is not very smart, as there were many articles and discussions about this topic in the past. If you turn off the comment pagination, the empty HTML fragment is still in the source code…

  • More Memory For WordPress – More Information About WordPress

    WordPress is growing and growing, with the growing of WordPress the demand of memory is also growing. The standard use is WordPress 32MByte (see settings.php ), which is not even provided by every hoster today. This is a problem – therefore: Lovely Hoster, give users more memory! But also to use the memory, it requires…