Archive | Functions RSS feed for this section

redirect_canonical

Redirects incoming links to the proper URL based on the site url.Search engines consider http://www.somedomain.com and somedomain.com to be two different URLs when they both go to the same location. This SEO enhancement prevents penalty for duplicate content by redirecting all incoming links to one or the other.

2637

Continue reading

recurse_dirsize

Get the size of a directory recursively.Used by get_dirsize() to get a directory’s size when it contains other directories.

2635

Continue reading

query_posts

Set up The Loop with query parameters.This will override the current WordPress Loop and shouldn’t be used more than once. This must not be used within the WordPress Loop.

2633

Continue reading

print_head_scripts

Prints the script queue in the HTML head on admin pages.Postpones the scripts that were queued for the footer. print_footer_scripts() is called in the footer to print these scripts.

2629

Continue reading