/ Published in: Other
Expand |
Embed | Plain Text
<body id="<?php echo the_slug(); ?>"<?php global $post; if (is_front_page()) {echo ">";} else {?> class="sub">
You need to login to post a comment.
nateb on 07/27/08
php textmate html xhtml wordpress
1 person have marked this snippet as a favorite
<body id="<?php echo the_slug(); ?>"<?php global $post; if (is_front_page()) {echo ">";} else {?> class="sub">
You need to login to post a comment.