add_action('wp_enqueue_scripts', 'my_theme_enqueue_styles'); function my_theme_enqueue_styles() { wp_enqueue_style('child-style', get_stylesheet_uri(), array('generatepress'), wp_get_theme()->get('Version') ); } // Remove sidebar on search pages add_filter('generate_sidebar_layout', function($layout) { if (is_search()) { return 'no-sidebar'; } return $layout; }); // Faceted Search Implementation add_action('pre_get_posts', function($query) { if ($query->is_search() && !is_admin() && $query->is_main_query()) { // Include all relevant post types $query->set('post_type', array('profile', 'post', 'page')); // Set higher posts per page to capture all relevant content $query->set('posts_per_page', 50); // Get search term $search_term = trim($query->get('s')); // Add custom ordering by post type and relevance add_filter('posts_orderby', function($orderby) use ($search_term) { global $wpdb; // Exact match means EXACTLY "Hulk Hogan" for Hulk Hogan profile, not partial match return $wpdb->prepare(" CASE WHEN {$wpdb->posts}.post_type = 'profile' AND LOWER({$wpdb->posts}.post_title) = LOWER(%s) THEN 1 WHEN {$wpdb->posts}.post_type = 'profile' THEN 2 WHEN {$wpdb->posts}.post_type = 'post' THEN 3 ELSE 4 END ASC, {$wpdb->posts}.post_date DESC", $search_term ); }); } }); // Enqueue search styles add_action('wp_enqueue_scripts', function() { if (is_search()) { wp_enqueue_style('search-styles', get_stylesheet_directory_uri() . '/search-style.css'); } }); // Add Scripts add_action('wp_enqueue_scripts', 'my_theme_enqueue_styles'); function my_theme_enqueue_styles() { wp_enqueue_style('child-style', get_stylesheet_uri(), array('generatepress'), wp_get_theme()->get('Version') ); } // Faceted Search: Order by Profile, News, and Pages add_action('pre_get_posts', function($query) { if ($query->is_search() && !is_admin() && $query->is_main_query()) { $query->set('post_type', array('profile', 'post', 'page')); $query->set('posts_per_page', 50); $search_term = $query->get('s'); add_filter('posts_orderby', function() use ($search_term) { global $wpdb; return $wpdb->prepare( "CASE WHEN {$wpdb->posts}.post_type = 'profile' AND LOWER({$wpdb->posts}.post_title) = LOWER(%s) THEN 1 WHEN {$wpdb->posts}.post_type = 'profile' THEN 2 WHEN {$wpdb->posts}.post_type = 'post' THEN 3 ELSE 4 END ASC, {$wpdb->posts}.post_date DESC", $wpdb->esc_like($search_term) ); }); } }); Updated WrestleMania 33 Card - OWW

Updated WrestleMania 33 Card

Here is the updated card for WrestleMania 33 this Sunday including Kickoff matches.

The Kickoff Show begins at 5:00 p.m. Eastern (4:00 CT) with the main card going live at a special start time of 7:00 p.m. Eastern (6:00 CT).

WWE Championship Match
Bray Wyatt (c) vs. Randy Orton

WWE Universal Championship Match
Goldberg (c) vs. Brock Lesnar

The Undertaker vs. Roman Reigns

John Cena and Nikki Bella vs. The Miz and Maryse

Shane McMahon vs. AJ Styles

Non-sanctioned Match
Triple H vs. Seth Rollins

WWE United States Championship Match
Chris Jericho (c) vs. Kevin Owens

WWE Intercontinental Championship Match
Dean Ambrose (c) vs. Baron Corbin

WWE RAW Tag Team Championships – Triple Threat Ladder Match
Luke Gallows & Karl Anderson (c’s) vs. Enzo Amore & Big Cass vs. Sheamus & Cesaro

WWE RAW Women’s Championship – Fatal Four Way Elimination Match
Bayley (c) vs. Charlotte vs. Sasha Banks vs. Nia Jax

Kickoff Show Matches:

WWE Cruiserweight Championship Match
Neville (c) vs. Austin Aries

WWE Smackdown Women’s Championship Match
Alexa Bliss (c) vs. Mickie James vs. Becky Lynch vs. Natalya vs. Carmella vs. Naomi

2017 Andre the Giant Memorial Battle Royal
Names set: Sami Zayn, Braun Strowman, Goldust, R-Truth, Curtis Axel, Dolph Ziggler, Jey Uso, Jimmy Uso, Chad Gable, Primo, Epico, Bo Dallas, Jinder Mahal, Rhyno, Heath Slater, Apollo Crews, Mojo Rawley, Big Show, Curt Hawkins, Tyler Breeze and Fandango