Tag: WP

  • Delete all Feed Cache via SQL in WordPress

    The Feed-Cache of WordPress is in the database, it’s in the table options and sometimes you like to delete it. With a little SQL this is done quite quickly – but be careful, there is no way back! Within WordPress I do it with the help of the Plugin Adminer, which allows a complete mySQL…

  • Custom Pagination without WordPress Plugins

    Custom Pagination without WordPress Plugins

    On day 9 of our Advents Calendar we show a custom pagination function which allows a user to insert custom next, previous or numbered page links into a post. Use the follow code for an custom plugin or insert the function in your theme, inside the functions.php. Please see the second code-area for an example…

  • Know The Constants Of An WordPress Installation

    Today I will show you how to display the constants you use in your WordPress installation. Here is a small code snippet to list the defined constants.

  • Plugin To Add Custom Field To An Attachment In WordPress

    Plugin To Add Custom Field To An Attachment In WordPress

    The media library is on WordPress in some areas, certainly not perfect, but it has great potential. Each attachment can contain various metadata and also WordPress stores some data directly while uploading – for example a part of the Exif data of an image. However, it might not be enough for you and you need…

  • WordPress Template Tag Reference Guide

    WordPress Template Tag Reference Guide

    There is a new, nicely organized, Reference Guide for Template Tags in WordPress 3.0. This is a nice resource next to the Codex for Template Tags. Visual nicely done and containing only the minimum information, the guide is a perfect tool when developing Themes. Have fun using it.

  • Custom WordPress Login-Page

    In a previous post I wrote about the possibility to adjust the login page in your WordPress backend. But I still receive a lot of questions about it and I would like to point out three simple ways, so that you can customize with little effort the login page to your site – a nice…