And now for the Man Shorts. Man Shorts are very short but hilarious stories that I've heard over the years. As a rule, I don't write full stories about other people's adventures. But I have heard many a hilarious story in my day. My compromise is to write my friend's stories up as Man Shorts. Be sure to like or share your favourite shorts--I hope you enjoy them as much as I do. And if you're feeling generous, remember, you can always submit your own story! likes=$wpdb->prefix."likes"; $wpdb->post=$wpdb->prefix."posts"; //access the post lists global $post; $args = array( 'numberposts' => 500, 'offset'=> 0, 'category_name' => 'Man Shorts' ); $myposts = get_posts( $args ); foreach( $myposts as $post ) : setup_postdata($post); //strip the tags $newtitle = strip_tags(get_the_title()); //get the author (fan stories only) //$author = strstr(strstr($newtitle, 'from '), ' '); //get the title (fan stories only) //$newtitle = substr($newtitle, 0, strrpos($newtitle, ' from', 0)); ?> likes,$wpdb->posts p WHERE p.id=post_id AND post_id=$postid GROUP BY post_id LIMIT 1"; $results=$wpdb->get_results($sql); foreach($results as $row){ //$link=get_permalink($postid); $comment_count=wp_count_comments($postid)->approved; if($comment_count < 0)$comment_count = 0; echo ""; echo ""; } echo "" ?>
story title"; ?>"; ?>
$row->num
$comment_count