I believe in working as little as possible and with maximum flexibility. Work is a necessary evil to make enough money to enjoy life. I’ve organized my work in such a way that I can work from anywhere I have an internet connection, and at the times that I want.
You might say: “Wait a minute! I don’t just work for the money it makes me. I work to…” To contribute something to the world? To do something interesting? To be in a social environment? All of these are valid reasons for doing what you do. But they don’t make it work. What makes work work, is that it pays your bills.
While work may be one way to achieve your goals, it is not the only way. Think about volunteering, writing a blog, being in politics, joining an association. Those are alternative ways to contribute something to the world, or do something interesting, or be social. But they don’t pay your bills. For that you still have to work.
Below you can find all blog posts I’ve written about work.
[insert_php]
// Necessary to make the setup_postdata() function work. Otherwise the loop returns the title and link (but not the excerpt) of the current PAGE each time instead of that of the POST.
global $post;
// Set the tag to display posts for in the line below.
$args = array( ‘posts_per_page’ => -1, ‘tag_slug__in’ => work );
// Creates the loop.
$lastposts = get_posts( $args );
foreach ( $lastposts as $post ) :
setup_postdata( $post ); ?>