PHP Classes

File: footer.php

Recommend this page to a friend!
  Classes of Victor Andeloci   Project P Wordpress Podcast Theme   footer.php   Download  
File: footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Project P Wordpress Podcast Theme
Publish pages for a podcast in a WordPress site
Author: By
Last change:
Date: 11 months ago
Size: 574 bytes
 

Contents

Class file image Download
<footer>
      <div class="container">
        <hr>
        <div class="row">
          <div class="column">
            <p><?= bloginfo('name') ?></p>
            <span>© 2022 - <?= date('Y') ?> | Victor Andeloci</span>
          </div>
          <div class="column">
            <p>Project P. - v<?= PP_VERSION ?></p>
            <span>Development by <a href="https://github.com/victorandeloci" target="_blank" rel="nofollow noreferrer">@victorandeloci</a></span>
          </div>
        </div>
      </div>
    </footer>
    <?php wp_footer(); ?>
</body>
</html>