<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free download wordpress themes - wp plugins and more wp functions &#187; Wordpress functions</title>
	<atom:link href="http://wpdownload.info/category/wp-functions-list/feed" rel="self" type="application/rss+xml" />
	<link>http://wpdownload.info</link>
	<description>Free wp themes</description>
	<lastBuildDate>Thu, 24 Feb 2011 04:14:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wp functions</title>
		<link>http://wpdownload.info/wp-functions</link>
		<comments>http://wpdownload.info/wp-functions#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:59:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress functions]]></category>

		<guid isPermaLink="false">http://wpdownload.info/?p=65</guid>
		<description><![CDATA[







Post,  Page, Attachment and Bookmarks Functions



Posts

 get_children
 get_extended
 get_next_post
 get_post
 get_post_ancestors
 get_post_mime_type
 get_post_status
 get_post_type
 get_previous_post
 get_posts
 is_post
 is_single
 is_sticky
 register_post_type
 wp_get_recent_posts
 wp_get_single_post

Post insertion/removal

 wp_delete_post
 wp_insert_post
 wp_publish_post
 wp_update_post

Pages

 get_all_page_ids
 get_page
 get_page_link
 get_page_by_path
 get_page_by_title
 get_page_children
 get_page_hierarchy
 get_page_uri
 get_pages
 is_page
 page_uri_index
 wp_list_pages

Custom field (postmeta)

 add_post_meta
 delete_post_meta
 get_post_custom
 get_post_custom_keys
 get_post_custom_values
 get_post_meta
 update_post_meta

Attachments

 get_attached_file
 is_attachment
 is_local_attachment
 update_attached_file
 wp_attachment_is_image
 wp_insert_attachment
 [...]]]></description>
			<content:encoded><![CDATA[<table cellspacing="10" width="100%">
<tbody>
<tr valign="top">
<td width="50%">
<table>
<tbody>
<tr>
<th>
<h3>Post,  Page, Attachment and Bookmarks Functions</h3>
</th>
</tr>
<tr>
<td><strong>Posts</strong></p>
<ul>
<li> <tt><a title="Function Reference/get children" href="http://codex.wordpress.org/Function_Reference/get_children" target="_blank" rel="nofollow">get_children</a></tt></li>
<li> <tt><a title="Function Reference/get extended" href="http://codex.wordpress.org/Function_Reference/get_extended" target="_blank" rel="nofollow">get_extended</a></tt></li>
<li> <tt><a title="Function Reference/get next post (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/get_next_post&amp;action=edit&amp;redlink=1" target="_blank" rel="nofollow">get_next_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post" href="http://codex.wordpress.org/Function_Reference/get_post">get_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post ancestors" href="http://codex.wordpress.org/Function_Reference/get_post_ancestors">get_post_ancestors</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post mime type" href="http://codex.wordpress.org/Function_Reference/get_post_mime_type">get_post_mime_type</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post status" href="http://codex.wordpress.org/Function_Reference/get_post_status">get_post_status</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post type" href="http://codex.wordpress.org/Function_Reference/get_post_type">get_post_type</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get previous post (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/get_previous_post&amp;action=edit&amp;redlink=1">get_previous_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Template Tags/get posts" href="http://codex.wordpress.org/Template_Tags/get_posts">get_posts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is post" href="http://codex.wordpress.org/Function_Reference/is_post">is_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is single" href="http://codex.wordpress.org/Function_Reference/is_single">is_single</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is sticky" href="http://codex.wordpress.org/Function_Reference/is_sticky">is_sticky</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/register post type" href="http://codex.wordpress.org/Function_Reference/register_post_type">register_post_type</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get recent posts" href="http://codex.wordpress.org/Function_Reference/wp_get_recent_posts">wp_get_recent_posts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get single post" href="http://codex.wordpress.org/Function_Reference/wp_get_single_post">wp_get_single_post</a></tt></li>
</ul>
<p><strong>Post insertion/removal</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp delete post" href="http://codex.wordpress.org/Function_Reference/wp_delete_post">wp_delete_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp insert post" href="http://codex.wordpress.org/Function_Reference/wp_insert_post">wp_insert_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp publish post" href="http://codex.wordpress.org/Function_Reference/wp_publish_post">wp_publish_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp update post" href="http://codex.wordpress.org/Function_Reference/wp_update_post">wp_update_post</a></tt></li>
</ul>
<p><strong>Pages</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get all page ids" href="http://codex.wordpress.org/Function_Reference/get_all_page_ids">get_all_page_ids</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page" href="http://codex.wordpress.org/Function_Reference/get_page">get_page</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page link" href="http://codex.wordpress.org/Function_Reference/get_page_link">get_page_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page by path" href="http://codex.wordpress.org/Function_Reference/get_page_by_path">get_page_by_path</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page by title" href="http://codex.wordpress.org/Function_Reference/get_page_by_title">get_page_by_title</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page children" href="http://codex.wordpress.org/Function_Reference/get_page_children">get_page_children</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page hierarchy" href="http://codex.wordpress.org/Function_Reference/get_page_hierarchy">get_page_hierarchy</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page uri" href="http://codex.wordpress.org/Function_Reference/get_page_uri">get_page_uri</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get pages" href="http://codex.wordpress.org/Function_Reference/get_pages">get_pages</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is page" href="http://codex.wordpress.org/Function_Reference/is_page">is_page</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/page uri index" href="http://codex.wordpress.org/Function_Reference/page_uri_index">page_uri_index</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Template Tags/wp list pages" href="http://codex.wordpress.org/Template_Tags/wp_list_pages">wp_list_pages</a></tt></li>
</ul>
<p><strong>Custom field (postmeta)</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add post meta" href="http://codex.wordpress.org/Function_Reference/add_post_meta">add_post_meta</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/delete post meta" href="http://codex.wordpress.org/Function_Reference/delete_post_meta">delete_post_meta</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post custom" href="http://codex.wordpress.org/Function_Reference/get_post_custom">get_post_custom</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post custom keys" href="http://codex.wordpress.org/Function_Reference/get_post_custom_keys">get_post_custom_keys</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post custom values" href="http://codex.wordpress.org/Function_Reference/get_post_custom_values">get_post_custom_values</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post meta" href="http://codex.wordpress.org/Function_Reference/get_post_meta">get_post_meta</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/update post meta" href="http://codex.wordpress.org/Function_Reference/update_post_meta">update_post_meta</a></tt></li>
</ul>
<p><strong>Attachments</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get attached file" href="http://codex.wordpress.org/Function_Reference/get_attached_file">get_attached_file</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is attachment" href="http://codex.wordpress.org/Function_Reference/is_attachment">is_attachment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is local attachment" href="http://codex.wordpress.org/Function_Reference/is_local_attachment">is_local_attachment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/update attached file" href="http://codex.wordpress.org/Function_Reference/update_attached_file">update_attached_file</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp attachment is image" href="http://codex.wordpress.org/Function_Reference/wp_attachment_is_image">wp_attachment_is_image</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp insert attachment" href="http://codex.wordpress.org/Function_Reference/wp_insert_attachment">wp_insert_attachment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp delete attachment" href="http://codex.wordpress.org/Function_Reference/wp_delete_attachment">wp_delete_attachment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get attachment image" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_image">wp_get_attachment_image</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get attachment image src" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src">wp_get_attachment_image_src</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get attachment metadata" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata">wp_get_attachment_metadata</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get attachment thumb file" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_thumb_file">wp_get_attachment_thumb_file</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get attachment thumb url" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_thumb_url">wp_get_attachment_thumb_url</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get attachment url" href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_url">wp_get_attachment_url</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp check for changed slugs" href="http://codex.wordpress.org/Function_Reference/wp_check_for_changed_slugs">wp_check_for_changed_slugs</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp count posts" href="http://codex.wordpress.org/Function_Reference/wp_count_posts">wp_count_posts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp mime type icon" href="http://codex.wordpress.org/Function_Reference/wp_mime_type_icon">wp_mime_type_icon</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp update attachment metadata" href="http://codex.wordpress.org/Function_Reference/wp_update_attachment_metadata">wp_update_attachment_metadata</a></tt></li>
</ul>
<p><strong>Bookmarks</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get bookmark" href="http://codex.wordpress.org/Function_Reference/get_bookmark">get_bookmark</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get bookmarks" href="http://codex.wordpress.org/Function_Reference/get_bookmarks">get_bookmarks</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Template Tags/wp list bookmarks" href="http://codex.wordpress.org/Template_Tags/wp_list_bookmarks">wp_list_bookmarks</a></tt></li>
</ul>
<p><strong>Terms</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get post categories" href="http://codex.wordpress.org/Function_Reference/wp_get_post_categories">wp_get_post_categories</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp set post categories" href="http://codex.wordpress.org/Function_Reference/wp_set_post_categories">wp_set_post_categories</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get post tags" href="http://codex.wordpress.org/Function_Reference/wp_get_post_tags">wp_get_post_tags</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp set post tags" href="http://codex.wordpress.org/Function_Reference/wp_set_post_tags">wp_set_post_tags</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get post terms (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/wp_get_post_terms&amp;action=edit&amp;redlink=1">wp_get_post_terms</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp set post terms" href="http://codex.wordpress.org/Function_Reference/wp_set_post_terms">wp_set_post_terms</a></tt></li>
</ul>
<p><strong>Others</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add meta box" href="http://codex.wordpress.org/Function_Reference/add_meta_box">add_meta_box</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the ID" href="http://codex.wordpress.org/Function_Reference/get_the_ID">get_the_ID</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the author" href="http://codex.wordpress.org/Function_Reference/get_the_author">get_the_author</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the content" href="http://codex.wordpress.org/Function_Reference/get_the_content">get_the_content</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp trim excerpt" href="http://codex.wordpress.org/Function_Reference/wp_trim_excerpt">wp_trim_excerpt</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Category.2C_Tag_and_Taxonomy_Functions" name="Category.2C_Tag_and_Taxonomy_Functions"></a></p>
<h3>Category,  Tag and Taxonomy Functions</h3>
</th>
</tr>
<tr>
<td><strong>Categories</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/cat is ancestor of" href="http://codex.wordpress.org/Function_Reference/cat_is_ancestor_of">cat_is_ancestor_of</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get all category ids" href="http://codex.wordpress.org/Function_Reference/get_all_category_ids">get_all_category_ids</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get cat ID" href="http://codex.wordpress.org/Function_Reference/get_cat_ID">get_cat_ID</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get cat name" href="http://codex.wordpress.org/Function_Reference/get_cat_name">get_cat_name</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get categories" href="http://codex.wordpress.org/Function_Reference/get_categories">get_categories</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get category" href="http://codex.wordpress.org/Function_Reference/get_category">get_category</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get category by path" href="http://codex.wordpress.org/Function_Reference/get_category_by_path">get_category_by_path</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get category by slug" href="http://codex.wordpress.org/Function_Reference/get_category_by_slug">get_category_by_slug</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get category link" href="http://codex.wordpress.org/Function_Reference/get_category_link"> get_category_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get category parents" href="http://codex.wordpress.org/Function_Reference/get_category_parents">get_category_parents</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the category" href="http://codex.wordpress.org/Function_Reference/get_the_category">get_the_category</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/in category" href="http://codex.wordpress.org/Function_Reference/in_category">in_category</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is category" href="http://codex.wordpress.org/Function_Reference/is_category">is_category</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp list categories" href="http://codex.wordpress.org/Function_Reference/wp_list_categories">wp_list_categories</a></tt></li>
</ul>
<p><strong>Category Creation</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp create category" href="http://codex.wordpress.org/Function_Reference/wp_create_category">wp_create_category</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp delete category (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/wp_delete_category&amp;action=edit&amp;redlink=1">wp_delete_category</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp insert category" href="http://codex.wordpress.org/Function_Reference/wp_insert_category">wp_insert_category</a></tt></li>
</ul>
<p><strong>Tags</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get tag" href="http://codex.wordpress.org/Function_Reference/get_tag">get_tag</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get tag link" href="http://codex.wordpress.org/Function_Reference/get_tag_link">get_tag_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get tags" href="http://codex.wordpress.org/Function_Reference/get_tags">get_tags</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the tag list" href="http://codex.wordpress.org/Function_Reference/get_the_tag_list">get_the_tag_list</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the tags" href="http://codex.wordpress.org/Function_Reference/get_the_tags">get_the_tags</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is tag" href="http://codex.wordpress.org/Function_Reference/is_tag">is_tag</a></tt></li>
</ul>
<p><strong>Taxonomy</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get term" href="http://codex.wordpress.org/Function_Reference/get_term">get_term</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the term list" href="http://codex.wordpress.org/Function_Reference/get_the_term_list">get_the_term_list</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get term by" href="http://codex.wordpress.org/Function_Reference/get_term_by">get_term_by</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get term children" href="http://codex.wordpress.org/Function_Reference/get_term_children">get_term_children</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get terms" href="http://codex.wordpress.org/Function_Reference/get_terms">get_terms</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is taxonomy" href="http://codex.wordpress.org/Function_Reference/is_taxonomy">is_taxonomy</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is taxonomy hierarchical" href="http://codex.wordpress.org/Function_Reference/is_taxonomy_hierarchical">is_taxonomy_hierarchical</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is term" href="http://codex.wordpress.org/Function_Reference/is_term">is_term</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/register taxonomy" href="http://codex.wordpress.org/Function_Reference/register_taxonomy">register_taxonomy</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/register taxonomy for object type" href="http://codex.wordpress.org/Function_Reference/register_taxonomy_for_object_type">register_taxonomy_for_object_type</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get object terms" href="http://codex.wordpress.org/Function_Reference/wp_get_object_terms">wp_get_object_terms</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp insert term" href="http://codex.wordpress.org/Function_Reference/wp_insert_term">wp_insert_term</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp update term" href="http://codex.wordpress.org/Function_Reference/wp_update_term">wp_update_term</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp delete term" href="http://codex.wordpress.org/Function_Reference/wp_delete_term">wp_delete_term</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top">
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="User_and_Author_Functions" name="User_and_Author_Functions"></a></p>
<h3>User  and Author Functions</h3>
</th>
</tr>
<tr>
<td><strong>Users and Authors</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/auth redirect" href="http://codex.wordpress.org/Function_Reference/auth_redirect">auth_redirect</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/count users" href="http://codex.wordpress.org/Function_Reference/count_users">count_users</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/count user posts" href="http://codex.wordpress.org/Function_Reference/count_user_posts">count_user_posts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/count many users posts" href="http://codex.wordpress.org/Function_Reference/count_many_users_posts">count_many_users_posts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/email exists" href="http://codex.wordpress.org/Function_Reference/email_exists">email_exists</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get currentuserinfo" href="http://codex.wordpress.org/Function_Reference/get_currentuserinfo">get_currentuserinfo</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get profile" href="http://codex.wordpress.org/Function_Reference/get_profile">get_profile</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get userdata" href="http://codex.wordpress.org/Function_Reference/get_userdata">get_userdata</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get userdatabylogin" href="http://codex.wordpress.org/Function_Reference/get_userdatabylogin">get_userdatabylogin</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get usernumposts" href="http://codex.wordpress.org/Function_Reference/get_usernumposts">get_usernumposts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/set current user" href="http://codex.wordpress.org/Function_Reference/set_current_user">set_current_user</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/user pass ok" href="http://codex.wordpress.org/Function_Reference/user_pass_ok">user_pass_ok</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/username exists" href="http://codex.wordpress.org/Function_Reference/username_exists">username_exists</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/validate username" href="http://codex.wordpress.org/Function_Reference/validate_username">validate_username</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get current user" href="http://codex.wordpress.org/Function_Reference/wp_get_current_user">wp_get_current_user</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp set current user" href="http://codex.wordpress.org/Function_Reference/wp_set_current_user">wp_set_current_user</a></tt></li>
</ul>
<p><strong>User meta</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/delete usermeta" href="http://codex.wordpress.org/Function_Reference/delete_usermeta">delete_usermeta</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get usermeta" href="http://codex.wordpress.org/Function_Reference/get_usermeta">get_usermeta</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/update usermeta" href="http://codex.wordpress.org/Function_Reference/update_usermeta">update_usermeta</a></tt></li>
</ul>
<p><strong>User insertion/removal</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp create user" href="http://codex.wordpress.org/Function_Reference/wp_create_user">wp_create_user</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp delete user" href="http://codex.wordpress.org/Function_Reference/wp_delete_user">wp_delete_user</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp insert user" href="http://codex.wordpress.org/Function_Reference/wp_insert_user">wp_insert_user</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp update user" href="http://codex.wordpress.org/Function_Reference/wp_update_user">wp_update_user</a></tt></li>
</ul>
<p><strong>Login / Logout</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is user logged in" href="http://codex.wordpress.org/Function_Reference/is_user_logged_in">is_user_logged_in</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp signon" href="http://codex.wordpress.org/Function_Reference/wp_signon">wp_signon</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp logout" href="http://codex.wordpress.org/Function_Reference/wp_logout">wp_logout</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Feed_Functions" name="Feed_Functions"></a></p>
<h3>Feed  Functions</h3>
</th>
</tr>
<tr>
<td>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/bloginfo rss" href="http://codex.wordpress.org/Function_Reference/bloginfo_rss">bloginfo_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/comment author rss" href="http://codex.wordpress.org/Function_Reference/comment_author_rss">comment_author_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/comment link" href="http://codex.wordpress.org/Function_Reference/comment_link">comment_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/comment text rss" href="http://codex.wordpress.org/Function_Reference/comment_text_rss">comment_text_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do feed" href="http://codex.wordpress.org/Function_Reference/do_feed">do_feed</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do feed atom" href="http://codex.wordpress.org/Function_Reference/do_feed_atom">do_feed_atom</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do feed rdf" href="http://codex.wordpress.org/Function_Reference/do_feed_rdf">do_feed_rdf</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do feed rss" href="http://codex.wordpress.org/Function_Reference/do_feed_rss">do_feed_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do feed rss2" href="http://codex.wordpress.org/Function_Reference/do_feed_rss2">do_feed_rss2</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/fetch rss" href="http://codex.wordpress.org/Function_Reference/fetch_rss">fetch_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get author feed link" href="http://codex.wordpress.org/Function_Reference/get_author_feed_link">get_author_feed_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get bloginfo rss" href="http://codex.wordpress.org/Function_Reference/get_bloginfo_rss">get_bloginfo_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get category feed link" href="http://codex.wordpress.org/Function_Reference/get_category_feed_link">get_category_feed_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get comment link" href="http://codex.wordpress.org/Function_Reference/get_comment_link">get_comment_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get comment author rss" href="http://codex.wordpress.org/Function_Reference/get_comment_author_rss">get_comment_author_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get post comments feed link" href="http://codex.wordpress.org/Function_Reference/get_post_comments_feed_link">get_post_comments_feed_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get rss" href="http://codex.wordpress.org/Function_Reference/get_rss">get_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get search comments feed link" href="http://codex.wordpress.org/Function_Reference/get_search_comments_feed_link">get_search_comments_feed_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get search feed link" href="http://codex.wordpress.org/Function_Reference/get_search_feed_link">get_search_feed_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the category rss" href="http://codex.wordpress.org/Function_Reference/get_the_category_rss">get_the_category_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the title rss" href="http://codex.wordpress.org/Function_Reference/get_the_title_rss">get_the_title_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Template Tags/permalink single rss" href="http://codex.wordpress.org/Template_Tags/permalink_single_rss">permalink_single_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/post comments feed link" href="http://codex.wordpress.org/Function_Reference/post_comments_feed_link">post_comments_feed_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/rss enclosure" href="http://codex.wordpress.org/Function_Reference/rss_enclosure">rss_enclosure</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/the title rss" href="http://codex.wordpress.org/Function_Reference/the_title_rss">the_title_rss</a></tt></li>
<li> <tt><a title="Function Reference/the category rss" href="http://codex.wordpress.org/Function_Reference/the_category_rss">the_category_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/the content rss" href="http://codex.wordpress.org/Function_Reference/the_content_rss">the_content_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/the excerpt rss" href="http://codex.wordpress.org/Function_Reference/the_excerpt_rss">the_excerpt_rss</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp rss" href="http://codex.wordpress.org/Function_Reference/wp_rss">wp_rss</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top">
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Comment.2C_Ping.2C_and_Trackback_Functions" name="Comment.2C_Ping.2C_and_Trackback_Functions"></a></p>
<h3>Comment,  Ping, and Trackback Functions</h3>
</th>
</tr>
<tr>
<td>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add ping" href="http://codex.wordpress.org/Function_Reference/add_ping">add_ping</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/check comment" href="http://codex.wordpress.org/Function_Reference/check_comment">check_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/discover pingback server uri" href="http://codex.wordpress.org/Function_Reference/discover_pingback_server_uri">discover_pingback_server_uri</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do all pings" href="http://codex.wordpress.org/Function_Reference/do_all_pings">do_all_pings</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do enclose" href="http://codex.wordpress.org/Function_Reference/do_enclose">do_enclose</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do trackbacks" href="http://codex.wordpress.org/Function_Reference/do_trackbacks">do_trackbacks</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/generic ping" href="http://codex.wordpress.org/Function_Reference/generic_ping">generic_ping</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get approved comments" href="http://codex.wordpress.org/Function_Reference/get_approved_comments">get_approved_comments</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get avatar" href="http://codex.wordpress.org/Function_Reference/get_avatar">get_avatar</a></tt></li>
<li> <tt><a title="Function Reference/get comment" href="http://codex.wordpress.org/Function_Reference/get_comment">get_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get comments" href="http://codex.wordpress.org/Function_Reference/get_comments">get_comments</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get enclosed" href="http://codex.wordpress.org/Function_Reference/get_enclosed">get_enclosed</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get lastcommentmodified" href="http://codex.wordpress.org/Function_Reference/get_lastcommentmodified">get_lastcommentmodified</a></tt></li>
<li> <tt><a title="Function Reference/get pung" href="http://codex.wordpress.org/Function_Reference/get_pung">get_pung</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get to ping" href="http://codex.wordpress.org/Function_Reference/get_to_ping">get_to_ping</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/next comments link" href="http://codex.wordpress.org/Function_Reference/next_comments_link">next_comments_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/paginate comments links" href="http://codex.wordpress.org/Function_Reference/paginate_comments_links">paginate_comments_links</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/pingback" href="http://codex.wordpress.org/Function_Reference/pingback">pingback</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/previous comments link" href="http://codex.wordpress.org/Function_Reference/previous_comments_link">previous_comments_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/privacy ping filter" href="http://codex.wordpress.org/Function_Reference/privacy_ping_filter">privacy_ping_filter</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/sanitize comment cookies" href="http://codex.wordpress.org/Function_Reference/sanitize_comment_cookies">sanitize_comment_cookies</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is trackback" href="http://codex.wordpress.org/Function_Reference/is_trackback">is_trackback</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/trackback" href="http://codex.wordpress.org/Function_Reference/trackback">trackback</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/trackback url" href="http://codex.wordpress.org/Function_Reference/trackback_url">trackback_url</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/trackback url list" href="http://codex.wordpress.org/Function_Reference/trackback_url_list">trackback_url_list</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/weblog ping" href="http://codex.wordpress.org/Function_Reference/weblog_ping">weblog_ping</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp allow comment" href="http://codex.wordpress.org/Function_Reference/wp_allow_comment">wp_allow_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp delete comment" href="http://codex.wordpress.org/Function_Reference/wp_delete_comment">wp_delete_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp filter comment" href="http://codex.wordpress.org/Function_Reference/wp_filter_comment">wp_filter_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get comment status" href="http://codex.wordpress.org/Function_Reference/wp_get_comment_status">wp_get_comment_status</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get current commenter" href="http://codex.wordpress.org/Function_Reference/wp_get_current_commenter">wp_get_current_commenter</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp insert comment" href="http://codex.wordpress.org/Function_Reference/wp_insert_comment">wp_insert_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp new comment" href="http://codex.wordpress.org/Function_Reference/wp_new_comment">wp_new_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp set comment status" href="http://codex.wordpress.org/Function_Reference/wp_set_comment_status">wp_set_comment_status</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp throttle comment flood" href="http://codex.wordpress.org/Function_Reference/wp_throttle_comment_flood">wp_throttle_comment_flood</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp update comment" href="http://codex.wordpress.org/Function_Reference/wp_update_comment">wp_update_comment</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp update comment count" href="http://codex.wordpress.org/Function_Reference/wp_update_comment_count">wp_update_comment_count</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Action.2C_Filter.2C_and_Plugin_Functions" name="Action.2C_Filter.2C_and_Plugin_Functions"></a></p>
<h3>Action,  Filter, and Plugin Functions</h3>
</th>
</tr>
<tr>
<td><strong><a target="_blank" rel="nofollow" title="Plugin API/Filter Reference" href="http://codex.wordpress.org/Plugin_API/Filter_Reference">Filters</a></strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/has filter" href="http://codex.wordpress.org/Function_Reference/has_filter">has_filter</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add filter" href="http://codex.wordpress.org/Function_Reference/add_filter">add_filter</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/apply filters" href="http://codex.wordpress.org/Function_Reference/apply_filters">apply_filters</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/current filter (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/current_filter&amp;action=edit&amp;redlink=1">current_filter</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/merge filters" href="http://codex.wordpress.org/Function_Reference/merge_filters">merge_filters</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove filter" href="http://codex.wordpress.org/Function_Reference/remove_filter">remove_filter</a></tt></li>
<li> <tt><a title="Function Reference/remove all filters (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/remove_all_filters&amp;action=edit&amp;redlink=1">remove_all_filters</a></tt></li>
</ul>
<p><strong><a target="_blank" rel="nofollow" title="Plugin API/Action Reference" href="http://codex.wordpress.org/Plugin_API/Action_Reference">Actions</a></strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/has action (page does not exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/has_action&amp;action=edit&amp;redlink=1">has_action</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add action" href="http://codex.wordpress.org/Function_Reference/add_action">add_action</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do action" href="http://codex.wordpress.org/Function_Reference/do_action">do_action</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do action ref array" href="http://codex.wordpress.org/Function_Reference/do_action_ref_array">do_action_ref_array</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/did action" href="http://codex.wordpress.org/Function_Reference/did_action">did_action</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove action" href="http://codex.wordpress.org/Function_Reference/remove_action">remove_action</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove all actions (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/remove_all_actions&amp;action=edit&amp;redlink=1">remove_all_actions</a></tt></li>
</ul>
<p><strong><a title="Plugin API" href="http://codex.wordpress.org/Plugin_API">Plugins</a></strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/plugin basename" href="http://codex.wordpress.org/Function_Reference/plugin_basename">plugin_basename</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/register activation hook" href="http://codex.wordpress.org/Function_Reference/register_activation_hook">register_activation_hook</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/register deactivation hook" href="http://codex.wordpress.org/Function_Reference/register_deactivation_hook">register_deactivation_hook</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/register setting" href="http://codex.wordpress.org/Function_Reference/register_setting">register_setting</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/settings fields (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/settings_fields&amp;action=edit&amp;redlink=1">settings_fields</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/unregister setting" href="http://codex.wordpress.org/Function_Reference/unregister_setting">unregister_setting</a></tt></li>
</ul>
<p><strong><a target="_blank" rel="nofollow" title="Shortcode API" href="http://codex.wordpress.org/Shortcode_API">Shortcodes</a></strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add shortcode" href="http://codex.wordpress.org/Function_Reference/add_shortcode">add_shortcode</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do shortcode" href="http://codex.wordpress.org/Function_Reference/do_shortcode">do_shortcode</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do shortcode tag (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/do_shortcode_tag&amp;action=edit&amp;redlink=1">do_shortcode_tag</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get shortcode regex" href="http://codex.wordpress.org/Function_Reference/get_shortcode_regex">get_shortcode_regex</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove shortcode" href="http://codex.wordpress.org/Function_Reference/remove_shortcode">remove_shortcode</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove all shortcodes" href="http://codex.wordpress.org/Function_Reference/remove_all_shortcodes">remove_all_shortcodes</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/shortcode atts" href="http://codex.wordpress.org/Function_Reference/shortcode_atts">shortcode_atts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/shortcode parse atts" href="http://codex.wordpress.org/Function_Reference/shortcode_parse_atts">shortcode_parse_atts</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/strip shortcodes" href="http://codex.wordpress.org/Function_Reference/strip_shortcodes">strip_shortcodes</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top">
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Theme-Related_Functions" name="Theme-Related_Functions"></a></p>
<h3>Theme-Related  Functions</h3>
</th>
</tr>
<tr>
<td><strong>Include functions</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/comments template" href="http://codex.wordpress.org/Function_Reference/comments_template">comments_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get footer" href="http://codex.wordpress.org/Function_Reference/get_footer">get_footer</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get header" href="http://codex.wordpress.org/Function_Reference/get_header">get_header</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get sidebar" href="http://codex.wordpress.org/Function_Reference/get_sidebar">get_sidebar</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get search form" href="http://codex.wordpress.org/Function_Reference/get_search_form">get_search_form</a></tt></li>
</ul>
<p><strong>Other functions</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add custom image header" href="http://codex.wordpress.org/Function_Reference/add_custom_image_header">add_custom_image_header</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add theme support" href="http://codex.wordpress.org/Function_Reference/add_theme_support">add_theme_support</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/current theme supports (page does  not exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/current_theme_supports&amp;action=edit&amp;redlink=1">current_theme_supports</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/dynamic sidebar" href="http://codex.wordpress.org/Function_Reference/dynamic_sidebar">dynamic_sidebar</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get 404 template" href="http://codex.wordpress.org/Function_Reference/get_404_template">get_404_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get archive template" href="http://codex.wordpress.org/Function_Reference/get_archive_template">get_archive_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get attachment template" href="http://codex.wordpress.org/Function_Reference/get_attachment_template">get_attachment_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get author template" href="http://codex.wordpress.org/Function_Reference/get_author_template">get_author_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get category template" href="http://codex.wordpress.org/Function_Reference/get_category_template">get_category_template|get_category_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get comments popup template" href="http://codex.wordpress.org/Function_Reference/get_comments_popup_template">get_comments_popup_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get current theme" href="http://codex.wordpress.org/Function_Reference/get_current_theme">get_current_theme</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get date template" href="http://codex.wordpress.org/Function_Reference/get_date_template">get_date_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get header image" href="http://codex.wordpress.org/Function_Reference/get_header_image">get_header_image</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get header textcolor" href="http://codex.wordpress.org/Function_Reference/get_header_textcolor">get_header_textcolor</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get home template" href="http://codex.wordpress.org/Function_Reference/get_home_template">get_home_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get locale stylesheet uri" href="http://codex.wordpress.org/Function_Reference/get_locale_stylesheet_uri">get_locale_stylesheet_uri</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get page template" href="http://codex.wordpress.org/Function_Reference/get_page_template">get_page_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get paged template" href="http://codex.wordpress.org/Function_Reference/get_paged_template">get_paged_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get query template" href="http://codex.wordpress.org/Function_Reference/get_query_template">get_query_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get search template" href="http://codex.wordpress.org/Function_Reference/get_search_template">get_search_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get single template" href="http://codex.wordpress.org/Function_Reference/get_single_template">get_single_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get stylesheet" href="http://codex.wordpress.org/Function_Reference/get_stylesheet">get_stylesheet</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get stylesheet directory" href="http://codex.wordpress.org/Function_Reference/get_stylesheet_directory">get_stylesheet_directory</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get stylesheet directory uri" href="http://codex.wordpress.org/Function_Reference/get_stylesheet_directory_uri">get_stylesheet_directory_uri</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get stylesheet uri" href="http://codex.wordpress.org/Function_Reference/get_stylesheet_uri">get_stylesheet_uri</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get tag template (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/get_tag_template&amp;action=edit&amp;redlink=1">get_tag_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get taxonomy template (page does  not exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/get_taxonomy_template&amp;action=edit&amp;redlink=1">get_taxonomy_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get template" href="http://codex.wordpress.org/Function_Reference/get_template">get_template</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get template directory" href="http://codex.wordpress.org/Function_Reference/get_template_directory">get_template_directory</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get template directory uri" href="http://codex.wordpress.org/Function_Reference/get_template_directory_uri">get_template_directory_uri</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get theme" href="http://codex.wordpress.org/Function_Reference/get_theme">get_theme</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get theme data" href="http://codex.wordpress.org/Function_Reference/get_theme_data">get_theme_data</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get theme mod" href="http://codex.wordpress.org/Function_Reference/get_theme_mod">get_theme_mod</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get theme root" href="http://codex.wordpress.org/Function_Reference/get_theme_root">get_theme_root</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get theme root uri" href="http://codex.wordpress.org/Function_Reference/get_theme_root_uri">get_theme_root_uri</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get themes" href="http://codex.wordpress.org/Function_Reference/get_themes">get_themes</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/header image" href="http://codex.wordpress.org/Function_Reference/header_image">header_image</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/header textcolor (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/header_textcolor&amp;action=edit&amp;redlink=1">header_textcolor</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/load template" href="http://codex.wordpress.org/Function_Reference/load_template">load_template</a></tt></li>
<li> <tt><a title="Function Reference/locale stylesheet" href="http://codex.wordpress.org/Function_Reference/locale_stylesheet">locale_stylesheet</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/locate template" href="http://codex.wordpress.org/Function_Reference/locate_template">locate_template</a></tt></li>
<li> <tt><a title="Function Reference/preview theme" href="http://codex.wordpress.org/Function_Reference/preview_theme">preview_theme</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/preview theme ob filter" href="http://codex.wordpress.org/Function_Reference/preview_theme_ob_filter">preview_theme_ob_filter</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/preview theme ob filter callback" href="http://codex.wordpress.org/Function_Reference/preview_theme_ob_filter_callback">preview_theme_ob_filter_callback</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/register theme directory (page  does not exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/register_theme_directory&amp;action=edit&amp;redlink=1">register_theme_directory</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove theme mod (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/remove_theme_mod&amp;action=edit&amp;redlink=1">remove_theme_mod</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove theme mods (page does not  exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/remove_theme_mods&amp;action=edit&amp;redlink=1">remove_theme_mods</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/require if theme supports (page  does not exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/require_if_theme_supports&amp;action=edit&amp;redlink=1">require_if_theme_supports</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/search theme directories (page  does not exist)" href="http://codex.wordpress.org/index.php?title=Function_Reference/search_theme_directories&amp;action=edit&amp;redlink=1">search_theme_directories</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/set theme mod" href="http://codex.wordpress.org/Function_Reference/set_theme_mod">set_theme_mod</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/switch theme" href="http://codex.wordpress.org/Function_Reference/switch_theme">switch_theme</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/validate current theme" href="http://codex.wordpress.org/Function_Reference/validate_current_theme">validate_current_theme</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp nav menu" href="http://codex.wordpress.org/Function_Reference/wp_nav_menu">wp_nav_menu</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Formatting_Functions" name="Formatting_Functions"></a></p>
<h3>Formatting  Functions</h3>
</th>
</tr>
<tr>
<td>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add magic quotes" href="http://codex.wordpress.org/Function_Reference/add_magic_quotes">add_magic_quotes</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/addslashes gpc" href="http://codex.wordpress.org/Function_Reference/addslashes_gpc">addslashes_gpc</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/antispambot" href="http://codex.wordpress.org/Function_Reference/antispambot">antispambot</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/attribute escape" href="http://codex.wordpress.org/Function_Reference/attribute_escape">attribute_escape</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/backslashit" href="http://codex.wordpress.org/Function_Reference/backslashit">backslashit</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/balanceTags" href="http://codex.wordpress.org/Function_Reference/balanceTags">balanceTags</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/clean pre" href="http://codex.wordpress.org/Function_Reference/clean_pre">clean_pre</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/clean url" href="http://codex.wordpress.org/Function_Reference/clean_url">clean_url</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/convert chars" href="http://codex.wordpress.org/Function_Reference/convert_chars">convert_chars</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/convert smilies" href="http://codex.wordpress.org/Function_Reference/convert_smilies">convert_smilies</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/ent2ncr" href="http://codex.wordpress.org/Function_Reference/ent2ncr">ent2ncr</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/esc attr" href="http://codex.wordpress.org/Function_Reference/esc_attr">esc_attr</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/force balance tags" href="http://codex.wordpress.org/Function_Reference/force_balance_tags">force_balance_tags</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/format to edit" href="http://codex.wordpress.org/Function_Reference/format_to_edit">format_to_edit</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/format to post" href="http://codex.wordpress.org/Function_Reference/format_to_post">format_to_post</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/funky javascript fix" href="http://codex.wordpress.org/Function_Reference/funky_javascript_fix">funky_javascript_fix</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/htmlentities2" href="http://codex.wordpress.org/Function_Reference/htmlentities2">htmlentities2</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is email" href="http://codex.wordpress.org/Function_Reference/is_email">is_email</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/js escape" href="http://codex.wordpress.org/Function_Reference/js_escape">js_escape</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/make clickable" href="http://codex.wordpress.org/Function_Reference/make_clickable">make_clickable</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/popuplinks" href="http://codex.wordpress.org/Function_Reference/popuplinks">popuplinks</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove accents" href="http://codex.wordpress.org/Function_Reference/remove_accents">remove_accents</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/sanitize email" href="http://codex.wordpress.org/Function_Reference/sanitize_email">sanitize_email</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/sanitize file name" href="http://codex.wordpress.org/Function_Reference/sanitize_file_name">sanitize_file_name</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/sanitize user" href="http://codex.wordpress.org/Function_Reference/sanitize_user">sanitize_user</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/sanitize title" href="http://codex.wordpress.org/Function_Reference/sanitize_title">sanitize_title</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/sanitize title with dashes" href="http://codex.wordpress.org/Function_Reference/sanitize_title_with_dashes">sanitize_title_with_dashes</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/seems utf8" href="http://codex.wordpress.org/Function_Reference/seems_utf8">seems_utf8</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/stripslashes deep" href="http://codex.wordpress.org/Function_Reference/stripslashes_deep">stripslashes_deep</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/trailingslashit" href="http://codex.wordpress.org/Function_Reference/trailingslashit">trailingslashit</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/untrailingslashit" href="http://codex.wordpress.org/Function_Reference/untrailingslashit">untrailingslashit</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/utf8 uri encode" href="http://codex.wordpress.org/Function_Reference/utf8_uri_encode">utf8_uri_encode</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wpautop" href="http://codex.wordpress.org/Function_Reference/wpautop">wpautop</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wptexturize" href="http://codex.wordpress.org/Function_Reference/wptexturize">wptexturize</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp filter kses" href="http://codex.wordpress.org/Function_Reference/wp_filter_kses">wp_filter_kses</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp filter post kses" href="http://codex.wordpress.org/Function_Reference/wp_filter_post_kses">wp_filter_post_kses</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp filter nohtml kses" href="http://codex.wordpress.org/Function_Reference/wp_filter_nohtml_kses">wp_filter_nohtml_kses</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp iso descrambler" href="http://codex.wordpress.org/Function_Reference/wp_iso_descrambler">wp_iso_descrambler</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses" href="http://codex.wordpress.org/Function_Reference/wp_kses">wp_kses</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses array lc" href="http://codex.wordpress.org/Function_Reference/wp_kses_array_lc">wp_kses_array_lc</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses attr" href="http://codex.wordpress.org/Function_Reference/wp_kses_attr">wp_kses_attr</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses bad protocol" href="http://codex.wordpress.org/Function_Reference/wp_kses_bad_protocol">wp_kses_bad_protocol</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses bad protocol once" href="http://codex.wordpress.org/Function_Reference/wp_kses_bad_protocol_once">wp_kses_bad_protocol_once</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses bad protocol once2" href="http://codex.wordpress.org/Function_Reference/wp_kses_bad_protocol_once2">wp_kses_bad_protocol_once2</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses check attr val" href="http://codex.wordpress.org/Function_Reference/wp_kses_check_attr_val">wp_kses_check_attr_val</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses decode entities" href="http://codex.wordpress.org/Function_Reference/wp_kses_decode_entities">wp_kses_decode_entities</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses hair" href="http://codex.wordpress.org/Function_Reference/wp_kses_hair">wp_kses_hair</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses hook" href="http://codex.wordpress.org/Function_Reference/wp_kses_hook">wp_kses_hook</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses html error" href="http://codex.wordpress.org/Function_Reference/wp_kses_html_error">wp_kses_html_error</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses js entities" href="http://codex.wordpress.org/Function_Reference/wp_kses_js_entities">wp_kses_js_entities</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses no null" href="http://codex.wordpress.org/Function_Reference/wp_kses_no_null">wp_kses_no_null</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses normalize entities" href="http://codex.wordpress.org/Function_Reference/wp_kses_normalize_entities">wp_kses_normalize_entities</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses normalize entities2" href="http://codex.wordpress.org/Function_Reference/wp_kses_normalize_entities2">wp_kses_normalize_entities2</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses split" href="http://codex.wordpress.org/Function_Reference/wp_kses_split">wp_kses_split</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses split2" href="http://codex.wordpress.org/Function_Reference/wp_kses_split2">wp_kses_split2</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses strip slashes" href="http://codex.wordpress.org/Function_Reference/wp_kses_strip_slashes">wp_kses_stripslashes</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp kses version" href="http://codex.wordpress.org/Function_Reference/wp_kses_version">wp_kses_version</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp make link relative" href="http://codex.wordpress.org/Function_Reference/wp_make_link_relative">wp_make_link_relative</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp rel nofollow" href="http://codex.wordpress.org/Function_Reference/wp_rel_nofollow">wp_rel_nofollow</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp richedit pre" href="http://codex.wordpress.org/Function_Reference/wp_richedit_pre">wp_richedit_pre</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp specialchars" href="http://codex.wordpress.org/Function_Reference/wp_specialchars">wp_specialchars</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/zeroise" href="http://codex.wordpress.org/Function_Reference/zeroise">zeroise</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top">
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Miscellaneous_Functions" name="Miscellaneous_Functions"></a></p>
<h3>Miscellaneous  Functions</h3>
</th>
</tr>
<tr>
<td><strong>Time/Date Functions</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/current time" href="http://codex.wordpress.org/Function_Reference/current_time">current_time</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/date i18n" href="http://codex.wordpress.org/Function_Reference/date_i18n">date_i18n</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get calendar" href="http://codex.wordpress.org/Function_Reference/get_calendar">get_calendar</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get date from gmt" href="http://codex.wordpress.org/Function_Reference/get_date_from_gmt">get_date_from_gmt</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get lastpostdate" href="http://codex.wordpress.org/Function_Reference/get_lastpostdate">get_lastpostdate</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get lastpostmodified" href="http://codex.wordpress.org/Function_Reference/get_lastpostmodified">get_lastpostmodified</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get day link" href="http://codex.wordpress.org/Function_Reference/get_day_link">get_day_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get gmt from date" href="http://codex.wordpress.org/Function_Reference/get_gmt_from_date">get_gmt_from_date</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get month link" href="http://codex.wordpress.org/Function_Reference/get_month_link">get_month_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get the time" href="http://codex.wordpress.org/Function_Reference/get_the_time">get_the_time</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get weekstartend" href="http://codex.wordpress.org/Function_Reference/get_weekstartend">get_weekstartend</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get year link" href="http://codex.wordpress.org/Function_Reference/get_year_link">get_year_link</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/human time diff" href="http://codex.wordpress.org/Function_Reference/human_time_diff">human_time_diff</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is new day" href="http://codex.wordpress.org/Function_Reference/is_new_day">is_new_day</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/iso8601 timezone to offset" href="http://codex.wordpress.org/Function_Reference/iso8601_timezone_to_offset">iso8601_timezone_to_offset</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/iso8601 to datetime" href="http://codex.wordpress.org/Function_Reference/iso8601_to_datetime">iso8601_to_datetime</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/mysql2date" href="http://codex.wordpress.org/Function_Reference/mysql2date">mysql2date</a></tt></li>
</ul>
<p><strong>Serialization</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is serialized" href="http://codex.wordpress.org/Function_Reference/is_serialized">is_serialized</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is serialized string" href="http://codex.wordpress.org/Function_Reference/is_serialized_string">is_serialized_string</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/maybe serialize" href="http://codex.wordpress.org/Function_Reference/maybe_serialize">maybe_serialize</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/maybe unserialize" href="http://codex.wordpress.org/Function_Reference/maybe_unserialize">maybe_unserialize</a></tt></li>
</ul>
<p><strong>Options</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add option" href="http://codex.wordpress.org/Function_Reference/add_option">add_option</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/delete option" href="http://codex.wordpress.org/Function_Reference/delete_option">delete_option</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/form option" href="http://codex.wordpress.org/Function_Reference/form_option">form_option</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get alloptions" href="http://codex.wordpress.org/Function_Reference/get_alloptions">get_alloptions</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get user option" href="http://codex.wordpress.org/Function_Reference/get_user_option">get_user_option</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get option" href="http://codex.wordpress.org/Function_Reference/get_option">get_option</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/update option" href="http://codex.wordpress.org/Function_Reference/update_option">update_option</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/update user option" href="http://codex.wordpress.org/Function_Reference/update_user_option">update_user_option</a></tt></li>
</ul>
<p><strong>XMLRPC</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/xmlrpc getpostcategory" href="http://codex.wordpress.org/Function_Reference/xmlrpc_getpostcategory">xmlrpc_getpostcategory</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/xmlrpc getposttitle" href="http://codex.wordpress.org/Function_Reference/xmlrpc_getposttitle">xmlrpc_getposttitle</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/xmlrpc removepostdata" href="http://codex.wordpress.org/Function_Reference/xmlrpc_removepostdata">xmlrpc_removepostdata</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/user pass ok" href="http://codex.wordpress.org/Function_Reference/user_pass_ok">user_pass_ok</a></tt></li>
</ul>
<p><strong>Localization</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/ 2" href="http://codex.wordpress.org/Function_Reference/_2">__</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/ e" href="http://codex.wordpress.org/Function_Reference/_e">_e</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/ ngettext" href="http://codex.wordpress.org/Function_Reference/_ngettext">_ngettext</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/esc attr e" href="http://codex.wordpress.org/Function_Reference/esc_attr_e">esc_attr_e</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get locale" href="http://codex.wordpress.org/Function_Reference/get_locale">get_locale</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/load default textdomain" href="http://codex.wordpress.org/Function_Reference/load_default_textdomain">load_default_textdomain</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/load plugin textdomain" href="http://codex.wordpress.org/Function_Reference/load_plugin_textdomain">load_plugin_textdomain</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/load textdomain" href="http://codex.wordpress.org/Function_Reference/load_textdomain">load_textdomain</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/load theme textdomain" href="http://codex.wordpress.org/Function_Reference/load_theme_textdomain">load_theme_textdomain</a></tt></li>
</ul>
<p><strong>Cron (Scheduling)</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/spawn cron" href="http://codex.wordpress.org/Function_Reference/spawn_cron">spawn_cron</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp clear scheduled hook" href="http://codex.wordpress.org/Function_Reference/wp_clear_scheduled_hook">wp_clear_scheduled_hook</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp cron" href="http://codex.wordpress.org/Function_Reference/wp_cron">wp_cron</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get schedule" href="http://codex.wordpress.org/Function_Reference/wp_get_schedule">wp_get_schedule</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get schedules" href="http://codex.wordpress.org/Function_Reference/wp_get_schedules">wp_get_schedules</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp next scheduled" href="http://codex.wordpress.org/Function_Reference/wp_next_scheduled">wp_next_scheduled</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp reschedule event" href="http://codex.wordpress.org/Function_Reference/wp_reschedule_event">wp_reschedule_event</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp schedule event" href="http://codex.wordpress.org/Function_Reference/wp_schedule_event">wp_schedule_event</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp schedule single event" href="http://codex.wordpress.org/Function_Reference/wp_schedule_single_event">wp_schedule_single_event</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp unschedule event" href="http://codex.wordpress.org/Function_Reference/wp_unschedule_event">wp_unschedule_event</a></tt></li>
</ul>
<p><strong>Miscellaneous</strong></p>
<ul>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/add query arg" href="http://codex.wordpress.org/Function_Reference/add_query_arg">add_query_arg</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/bool from yn" href="http://codex.wordpress.org/Function_Reference/bool_from_yn">bool_from_yn</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/cache javascript headers" href="http://codex.wordpress.org/Function_Reference/cache_javascript_headers">cache_javascript_headers</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/check admin referer" href="http://codex.wordpress.org/Function_Reference/check_admin_referer">check_admin_referer</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/check ajax referer" href="http://codex.wordpress.org/Function_Reference/check_ajax_referer">check_ajax_referer</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/do robots" href="http://codex.wordpress.org/Function_Reference/do_robots">do_robots</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get bloginfo" href="http://codex.wordpress.org/Function_Reference/get_bloginfo">get_bloginfo</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/get num queries" href="http://codex.wordpress.org/Function_Reference/get_num_queries">get_num_queries</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is blog installed" href="http://codex.wordpress.org/Function_Reference/is_blog_installed">is_blog_installed</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/is ssl" href="http://codex.wordpress.org/Function_Reference/is_ssl">is_ssl</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/make url footnote" href="http://codex.wordpress.org/Function_Reference/make_url_footnote">make_url_footnote</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/nocache headers" href="http://codex.wordpress.org/Function_Reference/nocache_headers">nocache_headers</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/remove query arg" href="http://codex.wordpress.org/Function_Reference/remove_query_arg">remove_query_arg</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/status header" href="http://codex.wordpress.org/Function_Reference/status_header">status_header</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp" href="http://codex.wordpress.org/Function_Reference/wp">wp</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp check filetype" href="http://codex.wordpress.org/Function_Reference/wp_check_filetype">wp_check_filetype</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp clearcookie" href="http://codex.wordpress.org/Function_Reference/wp_clearcookie">wp_clearcookie</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp create nonce" href="http://codex.wordpress.org/Function_Reference/wp_create_nonce">wp_create_nonce</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp die" href="http://codex.wordpress.org/Function_Reference/wp_die">wp_die</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp explain nonce" href="http://codex.wordpress.org/Function_Reference/wp_explain_nonce">wp_explain_nonce</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get cookie login" href="http://codex.wordpress.org/Function_Reference/wp_get_cookie_login">wp_get_cookie_login</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get http headers" href="http://codex.wordpress.org/Function_Reference/wp_get_http_headers">wp_get_http_headers</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get original referer" href="http://codex.wordpress.org/Function_Reference/wp_get_original_referer">wp_get_original_referer</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp get referer" href="http://codex.wordpress.org/Function_Reference/wp_get_referer">wp_get_referer</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp hash" href="http://codex.wordpress.org/Function_Reference/wp_hash">wp_hash</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp mail" href="http://codex.wordpress.org/Function_Reference/wp_mail">wp_mail</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp mkdir p" href="http://codex.wordpress.org/Function_Reference/wp_mkdir_p">wp_mkdir_p</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp new user notification" href="http://codex.wordpress.org/Function_Reference/wp_new_user_notification">wp_new_user_notification</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp nonce ays" href="http://codex.wordpress.org/Function_Reference/wp_nonce_ays">wp_nonce_ays</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp nonce field" href="http://codex.wordpress.org/Function_Reference/wp_nonce_field">wp_nonce_field</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp nonce url" href="http://codex.wordpress.org/Function_Reference/wp_nonce_url">wp_nonce_url</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp notify moderator" href="http://codex.wordpress.org/Function_Reference/wp_notify_moderator">wp_notify_moderator</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp notify postauthor" href="http://codex.wordpress.org/Function_Reference/wp_notify_postauthor">wp_notify_postauthor</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp original referer field" href="http://codex.wordpress.org/Function_Reference/wp_original_referer_field">wp_original_referer_field</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp parse args" href="http://codex.wordpress.org/Function_Reference/wp_parse_args">wp_parse_args</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp redirect" href="http://codex.wordpress.org/Function_Reference/wp_redirect">wp_redirect</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp referer field" href="http://codex.wordpress.org/Function_Reference/wp_referer_field">wp_referer_field</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp remote fopen" href="http://codex.wordpress.org/Function_Reference/wp_remote_fopen">wp_remote_fopen</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp salt" href="http://codex.wordpress.org/Function_Reference/wp_salt">wp_salt</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp setcookie" href="http://codex.wordpress.org/Function_Reference/wp_setcookie">wp_setcookie</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp upload bits" href="http://codex.wordpress.org/Function_Reference/wp_upload_bits">wp_upload_bits</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp upload dir" href="http://codex.wordpress.org/Function_Reference/wp_upload_dir">wp_upload_dir</a></tt></li>
<li> <tt><a target="_blank" rel="nofollow" title="Function Reference/wp verify nonce" href="http://codex.wordpress.org/Function_Reference/wp_verify_nonce">wp_verify_nonce</a></tt></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td width="50%">
<table>
<tbody>
<tr>
<th> <a id="Geo_tags" name="Geo_tags"></a></p>
<h3>Geo tags</h3>
</th>
</tr>
<tr>
<td>Geo features were moved to a plugin implementation with WordPress  1.5. Tags in parentheses are the plugin version.</p>
<ul>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print Lat" href="http://codex.wordpress.org/Function_Reference/print_Lat"> print_Lat</a> (the_Lat)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print Lon" href="http://codex.wordpress.org/Function_Reference/print_Lon"> print_Lon</a> (the_Lon)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print UrlPopNav" href="http://codex.wordpress.org/Function_Reference/print_UrlPopNav"> print_UrlPopNav</a> (the_UrlPopNav)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print AcmeMap Url" href="http://codex.wordpress.org/Function_Reference/print_AcmeMap_Url"> print_AcmeMap_Url</a> (the_AcmeMap_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print GeoURL Url" href="http://codex.wordpress.org/Function_Reference/print_GeoURL_Url"> print_GeoURL_Url</a> (the_GeoURL_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print GeoCache Url" href="http://codex.wordpress.org/Function_Reference/print_GeoCache_Url"> print_GeoCache_Url</a> (the_GeoCache_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print MapQuest Url" href="http://codex.wordpress.org/Function_Reference/print_MapQuest_Url"> print_MapQuest_Url</a> (the_MapQuest_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print SideBit Url" href="http://codex.wordpress.org/Function_Reference/print_SideBit_Url"> print_SideBit_Url</a> (the_SideBit_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print DegreeConfluence Url" href="http://codex.wordpress.org/Function_Reference/print_DegreeConfluence_Url"> print_DegreeConfluence_Url</a> (the_DegreeConfluence_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print TopoZone Url" href="http://codex.wordpress.org/Function_Reference/print_TopoZone_Url"> print_TopoZone_Url</a> (the_TopoZone_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print FindU Url" href="http://codex.wordpress.org/Function_Reference/print_FindU_Url"> print_FindU_Url</a> (the_FindU_Url)</li>
<li> <a target="_blank" rel="nofollow" title="Function Reference/print MapTech Url" href="http://codex.wordpress.org/Function_Reference/print_MapTech_Url"> print_MapTech_Url</a> (the_MapTech_Url)</li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://wpdownload.info/wp-functions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

