PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/themes/lifestyle/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/themes/lifestyle/404.php

<?php
remove_action( 'genesis_loop', 'genesis_do_loop' );
add_action( 'genesis_loop', 'genesis_404' );
function genesis_404() { ?>

	<div class="post hentry">

		<h1 class="entry-title"><?php _e( 'Not Found, Error 404', 'genesis' ); ?></h1>
		<div class="entry-content">
			<p><?php printf( __( 'The page you are looking for no longer exists. Perhaps you can return back to the site\'s <a href="%s">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below.', 'genesis' ), home_url() ); ?></p>

			<div class="archive-page">

				<h4><?php _e( 'Pages:', 'genesis' ); ?></h4>
				<ul>
					<?php wp_list_pages( 'title_li=' ); ?>
				</ul>

				<h4><?php _e( 'Categories:', 'genesis' ); ?></h4>
				<ul>
					<?php wp_list_categories( 'sort_column=name&title_li=' ); ?>
				</ul>
				
				<h4><?php _e( 'Resource Sites:', 'genesis' ); ?></h4>
				<ul>
					<li><a href="http://bmagz.com/" target="_blank">Bmagz Info Sites</a></li>
					<li><a href="http://www.zmagz.com/" target="_blank">Zmagz Magazine</a></li>
					<li><a href="http://blogore.com/" target="_blank">Blogore Blogs</a></li>
					<li><a href="http://www.bizphere.com/" target="_blank">Online Business</a></li>
					<li><a href="http://www.affiliatemarketingtrade.com/" target="_blank">Affiliate Marketing Trade Secrets</a></li>
					<li><a href="http://www.makemoneyblogsecrets.com/" target="_blank">Make Money Blogging Secrets</a></li>
					<li><a href="http://www.mmoformula.com/" target="_blank">CPA Marketing Underground</a></li>
					<li><a href="http://www.netrafficx.com/" target="_blank">Social Media Marketing</a></li>
					<li><a href="http://www.plrmines.com/" target="_blank">PLR Products</a></li>
					<li><a href="http://www.sitesbiz.com/" target="_blank">Live Sites for Sale</a></li>
				</ul>

			</div><!-- end .archive-page-->

			<div class="archive-page">

				<h4><?php _e( 'Authors:', 'genesis' ); ?></h4>
				<ul>
					<?php wp_list_authors( 'exclude_admin=0&optioncount=1' ); ?>
				</ul>

				<h4><?php _e( 'Monthly:', 'genesis' ); ?></h4>
				<ul>
					<?php wp_get_archives( 'type=monthly' ); ?>
				</ul>

				<h4><?php _e( 'Recent Posts:', 'genesis' ); ?></h4>
				<ul>
					<?php wp_get_archives( 'type=postbypost&limit=100' ); ?>
				</ul>

			</div><!-- end .archive-page-->

		</div><!-- end .entry-content -->

	</div><!-- end .postclass -->

<?php
}
genesis();