Posts Tagged ‘advent’

Control When To Display WordPress Admin Bar
WordPress Hacks | December 10th, 2010 | by Frank | 2 Comments
On day 10 of our Advent Calendar we show a little code snippet for the WordPress Admin Bar. At first the easiest way to remove the Admin Bar with new function __return_false; include since WordPress... read more...

Custom Pagination without WordPress Plugins
WordPress Hacks | December 9th, 2010 | by Frank | 3 Comments
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... read more...

Know The Constants Of An WordPress Installation
WordPress Tutorials | December 8th, 2010 | by Frank | Comments Off
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. read more...

WordPress Debug Bar
WordPress News | December 7th, 2010 | by Frank | 1 Comment
With version 3.1 of WordPress comes the Admin Bar, which we introduced in a previous article, and this also allows to add your own entries. And so there is, created by the development team of... read more...

Plugin To Add Custom Field To An Attachment In WordPress
WordPress Hacks, WordPress Plugins | December 5th, 2010 | by Frank | 8 Comments
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... read more...

The PHP Functions min() and max()
WordPress Hacks | December 4th, 2010 | by Michael | 8 Comments
Today a small snippet, which I frequently use in my WordPress Widgets. It is about the determination of minimum and maximum values. Here is a piece of code from the WordPress Widget Recent Comments: read more...

