Tipps, Infos & nützliche Dinge

WordPress Theme

Sorry, this entry is only available in Deutsch.

WordPress 3.3

Kategorie: WP News

WordPress 3.1 is available

Kategorie: WP News

The long-awaited WordPress 3.1 is now available. WP “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. It is available for download here, or you can update from within your dashboard.

With the 3.1 release, WordPress is more of a CMS than ever before. The only limit to what you can build is your imagination.

All important information can be found on the WordPress blog pages.

WordPress 3.0.5 Security Update

Kategorie: WP News

WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions.

This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.

WP query sorted by custom field values

Kategorie: Tipps & Tricks

A lot of WordPress Themes are working with custom fields in order to complement posts with additional data or just to make editing the content a bit easier. Here are a few examples of how to display custom field values or how to sort posts by custom field values. [ weiterlesen ]

Pagination and custom post types

Kategorie: Tipps & Tricks

I had quite a few problems using the wp pagination on custom post lists and obviously I was not alone. Either I saw no pagination links at all or got error messages (404) on the second page or the posts showing up on the second page were the same as on the first page. A lot of trials with a lot of different results but no pagination. [ weiterlesen ]

Webkit filter targeting Safari and Chrome

Kategorie: Tipps & Tricks

Sometimes it’s useful to target only Webkit which includes Safari and Chrome. Estelle Weyl explains how to target Webkit by encompassing the CSS in a @media block

@media screen and (-webkit-min-device-pixel-ratio:0) {
CSS for webkit
}

© 2002-2012 | brings online