everything is working fine, just on question, how can i change the from email
i cant get the shortcodes to work on the pages or posts, nothing happens when i add the shortcodes
i add the short codes the wordpress pages and nothing shows, it’s just a blank page, how do i get it to show. i am runnin wordpress 3.0.1
<?php
global $wpdb;
$postID = 56;
$title = get_the_title();
$comments = $wpdb->get_row(“SELECT comment_count as count FROM wp_posts WHERE ID = ‘$postID'”);
$commentcount = $comments->count;
echo $commentcount;
?>
try this worked for me, remember to change the post id to the one you want