function getPostViews($postID){ $count_key = 'post_views_count'; $count = get_post_meta($postID, $count_key, true); if($count==''){ delete_post_meta($postID, $count_key); add_post_meta($postID, $count_key, '0'); return "0 View"; } return $count.' Views'; } function setPostViews($postID) { $count_key = 'post_views_count'; $count = get_post_meta($postID, $count_key, true); if($count==''){ $count = 0; delete_post_meta($postID, $count_key); add_post_meta($postID, $count_key, '0'); }else{ $count++; update_post_meta($postID, $count_key, $count); } } ?>
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/consigs/public_html/wp-content/themes/boulevard/functions.php:187) in /home/consigs/public_html/wp-content/plugins/si-contact-form/si-contact-form.php on line 1997

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/consigs/public_html/wp-content/themes/boulevard/functions.php:187) in /home/consigs/public_html/wp-content/plugins/si-contact-form/si-contact-form.php on line 1997

Warning: Cannot modify header information - headers already sent by (output started at /home/consigs/public_html/wp-content/themes/boulevard/functions.php:187) in /home/consigs/public_html/wp-content/themes/boulevard/404.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /home/consigs/public_html/wp-content/themes/boulevard/functions.php:187) in /home/consigs/public_html/wp-content/themes/boulevard/404.php on line 3