File Editor
Directories:
.. (Back)
images
inc
js
languages
Files:
404.php
archive.php
comments.php
featured-box.php
footer.php
front-page-blog.php
front-page.php
fullwidth.php
functions.php
header.php
index.php
license.txt
page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar-footer.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: footer.php
<?php /* Design Theme's Footer Copyright: 2012-2016, D5 Creation, www.d5creation.com Based on the Simplest D5 Framework for WordPress Since Design 1.0 */ ?> </div> <!-- conttainer --> <div id="footer"> <?php get_sidebar( 'footer' ); ?> </div> <!-- footer --> <div id="creditline">© <?php echo date("Y") ?> <?php bloginfo( 'name' ); design_credit(); ?></div> <?php wp_footer(); ?> </body> </html>
Save Changes
Rename File
Rename