Thread
:
Help with a little PHP and the Wordpress Codex
View Single Post
06-24-2008, 03:55 PM
Young
Bland for life
Industry Role:
Join Date: Nov 2004
Posts: 10,468
Well...figured it out on my own. In case anyone is wondering...
PHP Code:
<?php
if (
comments_open
() ) :
?>
<?php
else :
?>
<p>Comments Closed</p>
<?php
endif;
?>
__________________
★★★
Young
View Public Profile
Find More Posts by Young