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.
Pages
Other stuff
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.
Using Twitter Tools plugin? Disable it and install WP to Twitter plugin instead.
Set WordPress cookie domain in wp-config.php. define('COOKIE_DOMAIN', 'www.yoursite.com');
Remove automatic modification of quotation marks (e.g. " to opening and closing quotation marks) by entering the following 4 lines to the functions.php file of your theme. remove_filter('the_content', 'wptexturize'); remove_filter('the_title', 'wptexturize'); remove_filter('the_excerpt', 'wptexturize'); remove_filter('comment_text', 'wptexturize'); As the code says, it removes the wptexturize filter, which does other things as well, e.g. changes double dashes (--) [...]
Want to move that jQuery and other js references from header to footer? Try JavaScript to Footer plugin.