Sunday, September 30

The package

Before they hired him, he asked them, "what is the package?"
He knew that it IS NEVER ABOUT ONLY THE SALARY, it is a package, working hours, transporting facilities, insurance, courses etc.
function excerpt_read_more_link($output) { global $post; return $output . ' Read More...'; } add_filter('the_excerpt', 'excerpt_read_more_link');