http://wp.smashingmagazine.com/2011/11/17/wordpress-multisite-practical-functions-methods/
Arquivos da Categoria: WordPress
5 Ways to Debug WordPress
New WordPress functions for themes and plugins
get_stylesheet_directory_uri();
- returns the http:// path to either the child theme directory location or the main theme if no childtheme exists.
get_stylesheet_directory();
- returns the local directory equivalent location to the files either in the child theme if it exists or the main theme if no child theme
get_template_directory_uri();
- returns the http:// location of your main theme itself and never the child theme
get_template_directory();
- returns the local directory location of the main theme files
http://wordpress.org/support/topic/templatepath-vs-get_bloginfotemplate_directory
Learning WordPress: Most Useful Tips and Tutorials
How To Make The WordPress Search URL Pretty
http://www.wptavern.com/how-to-make-the-wordpress-search-url-pretty
RewriteCond %{QUERY_STRING} s=(.*)
RewriteRule ^$ /search/%1? [R,L]
How to Allow Administrators to Create Users in a WordPress Network
Run a Shortcode Anywhere in WordPress
Tricks & Hacks
http://www.hongkiat.com/blog/40-most-wanted-wordpress-tricks-and-hacks/