
wp
Get flash to fully experience Pearltrees
Disable Admin Bar and Hide Preferences | | Developer's MindDeveloper's Mind
Before you consider removing the admin bar, you should read this . WordPress 3.1 was released earlier today and one of the key features is the admin bar, which allows you to get to your most-used dashboard pages with a single click. However, the admin bar is not for everyone and you can easily hide it by visiting your profile page. This will disable the admin bar for all users on your site but they will still see the admin bar preferences in their profile. You can hide the admin bar preferences using: Note: If you are using this code to only hide the preferences without disabling the admin bar, your users can still change the values by manually editing the hidden variables before the page is submitted.register_post_status | A HitchHackers guide through WordPress
Not even permalinks Recently, I had to set up WordPress on an IIS6 machine. Yes, WordPress does work on IIS6, believe it not. The only really tricky bit is getting fancy permalinks to work, so that urls looks like www.foo.com/2011/06/my-awesome-post instead of www.foo.com/index.php?p=6 . I used IIRF to get mod_rewrite like functionality, as the supported IIS Rewrite isn’t available until IIS7.
Wordpress Permalinks on IIS6 | ben lowery
Changing the wp_mail from address in WordPress without a plugin | ButlerBlog
We covered how to run a shortcode in a widget . But what about inserting a widget with a shortcode? I recently had this situation come up. I had a single page where I just wanted to be able to chuck in a widget without the whole rigmarole of creating a special widgetized area and probably a custom page template for that widgetized area and such.
Call a Widget with a Shortcode | Digging into WordPress
Let’s start with the very basics. Pete Mall wrote a nice beginner tutorial on the Dashboard Widget API , introduced in WP 2.7, and I’m just going to quickly recap a lot of what he said, and then get into the nitty-gritty. Let’s create a very simple text widget to get us started.
An In-Depth Look at the Dashboard Widgets API | Theme.it
When I use the first method, there is a way to sort the listing for "unattached images" which you can select and then attach to a particular post. However, there is no way afterwards, to detach and re-attach an image, without altogether deleting that image from the Media gallery and re-uploading it and attaching it to a different post. This is an entirely inefficient process, and while I appreciate all of the hard work that the WordPress team is putting in to making WordPress have media-gallery abilities, I think that a native WordPress option to detach and re-attach images to posts should be inserted into the base code to complete this functionality already half-offered.

