add_action('admin_menu', function () { add_management_page( 'Orphaned Pages (Strict)', 'Orphaned Pages (Strict)', 'manage_options', 'orphaned-pages-strict', 'witton_render_orphaned_pages_strict' ); }); function witton_render_orphaned_pages_strict() { if (!current_user_can('manage_options')) { wp_die('You do not have permission to access this page.'); } $pages = get_posts([ 'post_type' => 'page', 'post_status' => 'publish', 'posts_per_page' => -1, 'orderby' => 'title', 'order' => 'ASC', ]); $content_posts = get_posts([ 'post_type' => ['post', 'page'], 'post_status' => 'publish', 'posts_per_page' => -1, 'orderby' => 'ID', 'order' => 'ASC', ]); $menu_page_ids = witton_get_menu_page_ids(); $orphans = []; foreach ($pages as $page) { $page_id = (int) $page->ID; // Skip child pages if ((int) $page->post_parent > 0) { continue; } // Skip pages in menus if (in_array($page_id, $menu_page_ids, true)) { continue; } // Skip pages linked from content if (witton_page_is_linked_in_content($page, $content_posts)) { continue; } $orphans[] = $page; } echo '
'; echo '

Orphaned Pages (Strict)

'; echo '

This list excludes published pages that are in menus, are child pages, or are linked from published post/page content.

'; if (empty($orphans)) { echo '

No strict orphaned pages found.

'; echo '
'; return; } echo ''; echo ''; echo ''; foreach ($orphans as $page) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
IDTitleSlugDateViewEdit
' . (int) $page->ID . '' . esc_html($page->post_title) . '' . esc_html($page->post_name) . '' . esc_html($page->post_date) . 'ViewEdit
'; echo ''; } function witton_get_menu_page_ids() { $menu_page_ids = []; $locations = get_nav_menu_locations(); if (empty($locations)) { return $menu_page_ids; } foreach ($locations as $menu_id) { $items = wp_get_nav_menu_items($menu_id); if (empty($items)) { continue; } foreach ($items as $item) { if ( isset($item->object, $item->object_id) && $item->object === 'page' ) { $menu_page_ids[] = (int) $item->object_id; } } } return array_values(array_unique($menu_page_ids)); } function witton_page_is_linked_in_content($page, $content_posts) { $page_id = (int) $page->ID; $permalink = get_permalink($page_id); if (!$permalink) { return false; } $relative_path = wp_parse_url($permalink, PHP_URL_PATH); $slug = $page->post_name; $needles = array_filter(array_unique([ $permalink, untrailingslashit($permalink), trailingslashit($permalink), $relative_path, untrailingslashit((string) $relative_path), trailingslashit((string) $relative_path), '/' . trim($slug, '/') . '/', '/' . trim($slug, '/'), ])); foreach ($content_posts as $post) { // Skip self-linking check on the page itself if ((int) $post->ID === $page_id) { continue; } $content = (string) $post->post_content; if ($content === '') { continue; } foreach ($needles as $needle) { if ($needle !== '' && stripos($content, $needle) !== false) { return true; } } } return false; } Home Online Store - WITTON ALBION FOOTBALL CLUB
Witton Albion FC
Skip to content Skip to footer

Home Online Store

[rev_slider alias=”slider-3″ slidertitle=”Slider 3″][/rev_slider]





Explore Styles

Our products

view collection
FEATURED PRODUCTS

We offer premium quality soccer equipment

view more

Get the best blog stories
into your inbox!

newsletter

  • Placeholder

    Harriet Walton-Garstang

    Individual - Staff - £200
    Corporate - £1000
    Clear
    £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Placeholder

    Paul Houghton Sponsorship

    Individual - Staff - £200
    Corporate - £1000
    Clear
    £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Placeholder

    Chris Appleton Sponsorship

    Individual - Staff - £200
    Corporate - £1000
    Clear
    Price range: £200.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Placeholder

    Jim Lawrie Sponsorship

    Individual - Staff - £200
    Corporate - £1000
    Clear
    Price range: £200.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Placeholder

    Ben Harrison Sponsorship

    Individual - Staff - £200
    Corporate - £1000
    Clear
    £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Joe Edwards Sponsorship

    Joe Edwards Sponsorship

    Individual - £150
    Corporate - £1000
    Clear
    Price range: £150.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Jacob Hamman Sponsorship

    Jacob Hamman Sponsorship

    Individual - £150
    Corporate - £1000
    Clear
    Price range: £150.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Placeholder

    Tom Farrall Sponsorship

    Individual - £150
    Corporate - £1000
    Clear
    Price range: £150.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Mamadou Djabi Sponsorship

    Mamadou Djabi Sponsorship

    Individual - £150
    Corporate - £1000
    Clear
    Price range: £150.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Harry Brazel Sponsorship

    Harry Brazel Sponsorship

    Individual - £150
    Corporate - £1000
    Clear
    Price range: £150.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Joel Bembo Leta Sponsorship

    Joel Bembo Leta Sponsorship

    Individual - £150
    Corporate - £1000
    Clear
    Price range: £150.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
  • Josh Langley Sponsorship

    Josh Langley Sponsorship

    Individual - £150
    Corporate - £1000
    Clear
    Price range: £150.00 through £1,000.00
    Buy now This product has multiple variants. The options may be chosen on the product page
Go to Top
Social Share Buttons and Icons powered by Ultimatelysocial