widget page

Some text to test whether or not this impacts the excerpt for a post

  • 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’] = $change_date; $current_post[‘post_date_gmt’] = $change_date; // ADDED THIS LINE wp_update_post($current_post); } $args = array( ‘post_type’ => ‘post’, ‘posts_per_page’ => -1, ‘post_status’ => ‘future’, ‘orderby’ => ‘date’, ‘order’ => ‘ASC’, ); $the_query = new WP_Query($args); if ($the_query->have_posts()) … Read more
  • Useful links
    Explanation of the post https://wave.webaim.org Accessibility Inspector : https://developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector theme Dev : https://underscores.me/
  • Piksel 19
    “Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat … Read more