Coda Clips

A collection of Clips for Panic's Coda.


CSS Link

by Jesse Vlasveld in WordPress

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

Current post ID

by Andy Lobban in WordPress

<?php the_ID(); ?>

Single post title

by Andy Lobban in WordPress

<?php single_post_title(); ?> 

RSS enclosure

by Andy Lobban in WordPress

<?php rss_enclosure(); ?>

The search query

by Andy Lobban in WordPress

<?php the_search_query(); ?>

The title

by Andy Lobban in WordPress

<?php the_title(); ?>

The title attribute

by Andy Lobban in WordPress

<?php the_title_attribute(); ?>

The title RSS

by Andy Lobban in WordPress

<?php the_title_rss(); ?>