WP Template Tags
Below you will find all the template tags in the WordPress Template Tags as coda clips, ready to use. You may also add a prefix and a suffix to the clips, to better suit your needs. To add a placeholder, please use the shortcode [ph].
Customize your Coda Clip
Use the shortcode [ph], to add a placeholder to your snippet.
Include Tags
Blog info tags
Lists & Dropdown tags
Login/Logout tags
Post tags
- <?php the_ID(); ?>
- <?php the_title(); ?>
- <?php the_title_rss(); ?>
- <?php the_title_attribute(); ?>
- <?php single_post_title(); ?>
- <?php the_content(); ?>
- <?php the_content_rss(); ?>
- <?php the_excerpt(); ?>
- <?php the_excerpt_rss(); ?>
- <?php wp_link_pages(); ?>
- <?php posts_nav_link(); ?>
- <?php next_post_link(); ?>
- <?php next_posts_link(); ?>
- <?php previous_post_link(); ?>
- <?php previous_posts_link(); ?>
- <?php next_image_link(); ?>
- <?php previous_image_link(); ?>
- <?php the_category(); ?>
- <?php the_category_rss(); ?>
- <?php the_tags(); ?>
- <?php the_meta(); ?>
- <?php body_class(); ?>
- <?php post_class(); ?>
- <?php sticky_class(); ?>
- <?php post_password_required(); ?>
Comment tags
- <?php wp_list_comments(); ?>
- <?php comments_number(); ?>
- <?php comments_link(); ?>
- <?php comments_rss_link(); ?>
- <?php comments_popup_script(); ?>
- <?php comments_popup_link(); ?>
- <?php comment_ID(); ?>
- <?php comment_id_fields(); ?>
- <?php comment_author(); ?>
- <?php comment_author_link(); ?>
- <?php comment_author_email(); ?>
- <?php comment_author_email_link(); ?>
- <?php comment_author_url(); ?>
- <?php comment_author_url_link(); ?>
- <?php comment_author_IP(); ?>
- <?php comment_type(); ?>
- <?php comment_text(); ?>
- <?php comment_excerpt(); ?>
- <?php comment_date(); ?>
- <?php comment_time(); ?>
- <?php comment_form_title(); ?>
- <?php comment_author_rss(); ?>
- <?php comment_text_rss(); ?>
- <?php get_avatar(); ?>
- <?php permalink_comments_rss(); ?>
- <?php comment_reply_link(); ?>
- <?php cancel_comment_reply_link(); ?>
- <?php previous_comments_link(); ?>
- <?php next_comments_link(); ?>
- <?php paginate_comments_links(); ?>
- <?php comment_class(); ?>