File Editor
Directories:
.. (Back)
core
css
fonts
images
js
Files:
404.php
archive.php
author-intro.php
author.php
breadcrums.php
category.php
comments.php
customizer.php
footer-callout.php
footer.php
front-page.php
fullwidth.php
functions.php
google-font.php
header.php
home-blog.php
home-portfolio.php
home-services.php
home-slideshow.php
index.php
more.php
nocontent.php
options-reset.php
page-leftsb.php
page.php
post-content.php
post-page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
woocommerce.php
Create New File
Create
Edit File: nocontent.php
<div class="col-md-8"> <div class="error_404"> <h2><?php _e('404','enigma'); ?></h2> <h4><?php _e('Whoops... Post Not Found !!!','enigma'); ?></h4> <p><?php _e('We`re sorry, but the page you are looking for doesn`t exist.','enigma'); ?></p> <p><a href="<?php echo home_url( '/' ); ?>"><button class="enigma_send_button" type="submit"><?php _e('Go To Homepage','enigma'); ?></button></a></p> </div> </div>
Save Changes
Rename File
Rename