TEST again

  • Event Plugin
    a bit of text here….
  • Content meta data
    Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts of Cicero’s De Finibus Bonorum et Malorum for use in a type specimen book. It usually begins with:
  • Future Posts
    /* CHANGE PENDING POSTS TO PUBLISHED POSTS */ function change_post_status($post_id, $status, $change_date){ $current_post[‘ID’] = $post_id; $current_post[‘post_status’] = $status; $current_post[‘post_date’] = … Read more