Skip to content

Instantly share code, notes, and snippets.

@skuter80
Created May 27, 2010 04:01
Show Gist options
  • Save skuter80/415443 to your computer and use it in GitHub Desktop.
Save skuter80/415443 to your computer and use it in GitHub Desktop.
<?php
// info per featured item you can add more template tags:
// http://codex.wordpress.org/Template_Tags/
// add your own style it in the css file: ?>
<span>
<h2><?php the_title();?></h2>
<p><?php the_excerpt(); ?></p>
<span>
</div>
<?php endwhile; ?>
</div>
</div>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment