Posts Tagged ‘Advent Calendar’

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Small Extension for the Media-Library

Small changes can sometimes work wonders. If you use the library and use a lot of pictures in the posts, the following small link in the library will surely help you. Thus, images can be... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Fix Empty Searches

One minor problem for any web site is duplicate content: the same resource is available under different URIs. Yes, we have <link rel=canonical>, but anything that prevents such cases is better. Today, let’s look at... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Category And Archive Dropdown With Unobtrusive JavaScript

A good website works when a user comes along with JavaScript disabled, just as well as with scripting enabled. You separate the JS layer of the site from anything else (and waived for example, onclick... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Control WordPress Nav Menu via Custom Fields

WordPress 3.0 also includes the menus, in addition to a number of other new features. Normally you generate a menu automatically by creating pages, but under Appereance / Menus you can create your own menu... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

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... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Control When To Display WordPress Admin Bar

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

Pages: Prev 1 2 3 4 5 6 ...9 10 11 Next