Adding some relevance (and other goodies) to WordPress default search: Relevanssi search enhancer plugin.
If only one could add the result count in the template I'd be perfectly happy.
Hello! This is Jussi's notepad on things technical. You're welcome to see if there's anything to help you around.
(This text is shown with the aid of blog introduction plugin without touching the theme files.)
Adding some relevance (and other goodies) to WordPress default search: Relevanssi search enhancer plugin.
If only one could add the result count in the template I'd be perfectly happy.
"Hold down the Apple key — also called the Command key or the propeller — then click on the MobileMe icon in the menubar and drag it off the menubar. You should see the icon change to semi-transparent as you drag it off the menu bar, then disappear in the puff of smoke when you release the mouse button.
You can use this same Apple+drag trick to rearrange most of the other icons in the menubar."
via Hide MobileMe Icon in MacOS | Wayne Hastings - Interactive and Graphic Design - Los Angeles, CA.
Using Twitter Tools plugin? Disable it and install WP to Twitter plugin instead.
Remove that resource hog dashboard via Terminal:
Disable it:
defaults write com.apple.dashboard mcx-disabled -boolean YES
Relaunch Dock to see the change:
killall Dock
Want the dashboard back? Enable it:
defaults write com.apple.dashboard mcx-disabled -boolean NO
Set WordPress cookie domain in wp-config.php.
define('COOKIE_DOMAIN', 'www.yoursite.com');