<?php
if (get_the_author_meta(user_login) == 'SomeUser')
{
update_option('email_form','no');
update_option('default_comment_status','closed');
}
else
{
update_option('email_form','yes');
update_option('default_comment_status','open');
}
} else {
echo get_post_meta($post->ID, "name", true);
} ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)