Please enable JavaScript.
Coggle requires JavaScript to display documents.
Wordpress Developer (Dev vs Production (Conditional Tags (is_home(), is…
Wordpress Developer
Dev vs Production
Looping Posts
have_posts()
the_title()
the_time()
the_time('F jS, Y')
the_category()
the_author()
edit_post_link()
comments_popup_link()
trackback_rdf()
previous_posts_link()
next_posts_link()
the_permalink()
posts_nav_link()
the_title_attribute()
the_excerpt()
the_content()
the_ID()
the_tags()
has_excerpt()
the_post_thumbnail()
Conditional Tags
is_home()
is_admin()
is_single()
is_page()
is_page_template()
is_category()
is_tag()
is_author()
is_search()
is_404()
Author tags
the_author()
get_the_author()
the_author_link()
get_the_author_link()
the_author_meta()
the_author_posts()
the_author_posts_link()
wp_dropdown_users()
wp_list_authors()
get_author_posts_url()