Level 24
Level 26
15 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
HTML
Hypertext Markup Language, the authoring language used to create documents on the Web.
tagline
a memorable phrase usually shown beneath the blog or site title
theme showcase
a website that shows the themes available for your WordPress.com
upgrade
Paying a fee to have access to all the features and privileges of WordPress
<?php get_header( $name ); ?>
Includes the header.php template file from your current theme's directory. if a
<?php get_footer( $name ); ?>
Includes the footer.php template file from your current theme's directory. if a
<?php get_sidebar( $name ); ?>
Includes the sidebar.php template file from your current theme's directory.
<?php get_template_part( $slug, $name ); ?>
Load a template part into a template (other than header, sidebar,
<?php get_search_form(); ?>
Display search form using searchform.php Theme file.
<?php wp_loginout( $redirect, $echo ); ?>
Displays a login link, or if a user is logged in, displays a
<?php echo wp_logout_url( $redirect ); ?>
This Template Tag returns the URL that allows the user to log out
<?php echo wp_login_url( $redirect ); ?>
This Template Tag returns the URL that allows the user to log in
<?php wp_login_form( $args ); ?>
Provides a simple login form for use anywhere within WordPress. By
<?php echo wp_lostpassword_url( $redirect ); ?>
This Template Tag returns the URL that allows the user to retrieve
<?php wp_register( $before, $after, $echo); ?>
This tag displays either the "Site Admin" link if the user is