File Editor
Directories:
.. (Back)
assets
demo
inc
languages
template-parts
Files:
404.php
archive.php
class.theme-modules.php
comments.php
footer.php
functions.php
header.php
home.php
index.php
page.php
search.php
searchform.php
sidebar.php
single-portfolio.php
single.php
style.css
template-layout-builder.php
Create New File
Create
Edit File: footer.php
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package quarty */ ?> </div> <div id="fixed" class="qrt-right"> <?php get_template_part( 'template-parts/right-bar' ); ?> </div> </div> </div> </div> </div> <?php wp_footer(); ?> </body> </html>
Save Changes
Rename File
Rename