load_file('http://www.hebcal.com/shabbat/?geo=zip;zip=44118;m=72'); # get all elements with class="candles" $collection = $html->find('.candles'); $default_post_content = "Leon Leon This is our default post text. Collection is ".$collection[0]."!"; if (!isset($content) || trim($content)=='') return $default_post_content; return $content; } add_filter("the_content", "set_default_content"); ?>