Skip to primary content

Executed Today

Historical executions, day by day.

Executed Today

Main menu

  • Home
  • About
  • Cards

Cart

You may be interested inโ€ฆ

Your cart is currently empty!


New in store

  • Executed Today playing cards
    Execution Playing Cards
    $12.99
    Add to cart
Proudly powered by WordPress
$posts_from_today = new WP_Query( array( 'date_query' => array( array( 'month' => date( 'n', current_time( 'timestamp' ) ), 'day' => date( 'j', current_time( 'timestamp' ) ) ), ), 'posts_per_page' => -1, ) ); if( $posts_from_today->have_posts() ){ while( $posts_from_today->have_posts() ){ $posts_from_today->the_post(); the_title(); } }