starting search
This commit is contained in:
6
404.php
6
404.php
@@ -1,7 +1,6 @@
|
||||
<!-- Get Header -->
|
||||
<?php get_header(); ?>
|
||||
|
||||
<!-- 404 Page Template -->
|
||||
<section class="h-full overflow-scroll no-scrollbar bg-white pt-28 pb-32">
|
||||
|
||||
<div class="h-screen lg:h-full flex flex-col justify-center">
|
||||
@@ -17,14 +16,14 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Top Level Pages Section -->
|
||||
<!-- Category Pages Section -->
|
||||
<div class="px-2 py-4 bg-cadet-200">
|
||||
<div class="flex items-center justify-center">
|
||||
<h1 class="font-medium text-2xl p-4">Visit category pages</h1>
|
||||
<i class="bi-arrow-down inline font-medium text-2xl p-4"></i>
|
||||
</div>
|
||||
<ul class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-2 max-w-7xl mx-auto">
|
||||
<!-- Home Top Level Pages Loop -->
|
||||
|
||||
<?php $pages = get_pages_as_array();
|
||||
foreach ($pages as $page) {
|
||||
$pageID = $page['page']->ID;
|
||||
@@ -47,7 +46,6 @@
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-center my-8">
|
||||
<!-- Logo -->
|
||||
<a class="flex flex-col items-center space-x-4" href="<?php echo get_site_url(); ?>">
|
||||
<div class="flex items-center justify-center">
|
||||
<h1 class="font-medium text-2xl p-4">Go home</h1>
|
||||
|
Reference in New Issue
Block a user