The Blog

Is this a requirement?

These posts are as much for me as they are for the reader.

For me it’s a way to think through some initial impressions on a movie or media.

But these are stepping stones.

If you read any of these, hopefully it at least inspires you to do your own read on the media or look deeper into one concept or another.

Enjoy, and please excuse any elements of grammatical faux pas or ill-formed thoughts. I guess read at your own risk.


$args = array( 'numberposts' => 5, 'offset' => 0, 'category' => 7, 'post__not_in' => array( $post->ID ) ); $myposts2 = get_posts($args);