Hello everyone I am admittedly an amateur in online coding. I have developed my business website and have copyright being approved. This being said I want to include in the Footer section the note that my site is copyright protected, but am having issues in each attempt.
The desired end result is the footer to have two lines. Top line saying “PROUDLY OWNED BY INDEPTH ENGRAVING LLC” (This is already there)
Second line saying ‘Copyright protected’
The php I see through my Wordpress dashboard is as follows. Any advice on how to get my desired results would be appreciated.
<?php if ( is_active_sidebar( 'maxstore-footer-area' ) ) { ?><div id="content-footer-section" class="row clearfix">
<?php dynamic_sidebar( 'maxstore-footer-area' ) ?>
</div>
<?php } ?>