3526 readersIn WordPress 3.0, it will have, additional to the Custom Header Image support, also a Custom Background Support. A first snapshot is in the current trunk. To use the functionality, the theme needs in functions.php this line: add_custom_background(); After that, there is in your backend under Appearance the menu Custom Background available. After uploading an
849 readersWith the upcoming version 2.8 of WordPress, the extension to the JavaScript library jQuery Jcrop is implemented. Jcrop allows directly into a web application to crop images.
A first peak shows the site about Jcrop and I'm curious how it will be included in WordPress, currently is no live demo available.
Related posts:
Cleanup WordPress Header
Use Metaboxes In
3364 readersExclusively 2 Screenshots of the new WordPress 3.0 Multisite Settings. You can find them under Options->Network: After you set the settings, you receive in a second step the content for wp-config.php and .htaccess. Additionally you have to create the subfolder blogs.dir in wp-content , where you put the media-files for each blog. Since WordPress 3.0
3343 readersThe new menus WordPress 3.0 just got an update, provided by Ptah Dunbar. Thanks Ptah, cool work! I checked out the new version. But first a screenshot of the backend: As you can see, you can build your menu from modules. Right now these are pages, posts, custom links, categories, tags and media. You can
609 readersThis is a very simple tool with one function: quickly find WordPress Codex documentation for a function or template tag.
Related posts:
PHP Cross Reference of WordPress Source
Find WordPress Functions, Template Tags And More With WPSeek!
Expand Search Results In WordPress
Disable WordPress Search
New Ideas For 2010? Now It’s Your Turn!
Thanks for subscribing our feed! Sponsor the
2643 readersLast weekend we all had the opportunity to meet at Frank's house. A weekend without Internet, Skype and Twitter. Only interresting talks, a lot of beer and barbecue.
Unfortunately, we don't have so much time to do it more often, because we are all spread across Germany.
At our get together we also decided to add Heiko
1154 readersIn the current trunk of WordPress is a "first run" of the new widget management available to see. This is a development version, it shows the warning "This page is not 100% ready, please use only on test installations.".
Also new is that the sidebar now saves or updates via AJAX. Here is a Screenshot from
1660 readersWe already wrote about some new features, such as new filter and the Trash-function in WordPress. It has long been known that WordPress 2.9 will add some features for image editing - the users want these features, right in the core and not as a Plugin. You can get a first insight into the current
728 readersWordPress 2.8 is going to be published soon, even though they do not have a date yet. Nevertheless, another small insight into a new feature. After a new installation of WordPress, you get informed that you are logged in with the default password and this can be a security risk. It is therefore strongly recommended
2580 readersIn WordPress 3.0 it will be possible to use specific author templates. The function get_author_template() has been expanded in wp-includes/theme.php. Now you can create a author-michael.php or author-123.php, which will be called via the WordPress Template Hierarchy in connection to the author with user_nicename michael or ID 123. Basically the same funtionality as we known