/
www
/
wwwroot
/
fxdst.com
/
wp-content
/
themes
/
fxdst
/
Upload File
HOME
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } get_header(); include( 'templates/header-nav.php' ); $fxdst_404_terms = get_terms(array( 'taxonomy' => 'favorites', 'hide_empty' => false, 'parent' => 0, 'meta_key' => '_term_order', 'orderby' => 'meta_value_num', 'order' => 'DESC', 'number' => 9, )); ?> <div class="main-content page"> <?php include( 'templates/header-banner.php' ); ?> <div class="container"> <section class="fxdst-404-panel" aria-labelledby="fxdst-404-title"> <?php get_template_part( 'templates/breadcrumb' ); ?> <div class="fxdst-404-code">404</div> <div class="fxdst-404-copy"> <p class="fxdst-404-kicker">页面没有找到</p> <h1 id="fxdst-404-title">这个工具或页面可能已经移动</h1> <p>可以直接搜索工具名称、分类或用途,也可以回到首页继续浏览独立开发者、出海 SaaS 和 AI 工具导航。</p> <form class="fxdst-404-search" role="search" method="get" action="<?php echo esc_url(home_url('/')); ?>"> <label class="screen-reader-text" for="fxdst-404-search-input">搜索工具</label> <input id="fxdst-404-search-input" type="search" name="s" placeholder="搜索 AI 编程、建站部署、支付变现、SEO 增长工具"> <button type="submit" aria-label="搜索"><i class="fa fa-search"></i></button> </form> <div class="fxdst-404-actions"> <a class="fxdst-404-primary" href="<?php echo esc_url(home_url('/')); ?>">返回首页</a> <a class="fxdst-404-secondary" href="<?php echo esc_url(home_url('/?s=AI')); ?>">查找 AI 工具</a> </div> </div> </section> <?php if (!is_wp_error($fxdst_404_terms) && !empty($fxdst_404_terms)) : ?> <section class="fxdst-404-categories" aria-label="核心分类"> <h2>你也可以从这些分类继续</h2> <div class="fxdst-404-grid"> <?php foreach ($fxdst_404_terms as $term) : if (io_is_visible(get_term_meta($term->term_id, '_view_user', true)) === 0) { continue; } ?> <a href="<?php echo esc_url(get_term_link($term, 'favorites')); ?>"> <i class="<?php echo esc_attr(get_term_meta($term->term_id, '_term_ico', true)); ?>"></i> <span><?php echo esc_html($term->name); ?></span> </a> <?php endforeach; ?> </div> </section> <?php endif; ?> </div> <?php get_footer(); ?>