HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/bristolfilton.co.uk/public_html/wp-content/themes/fastblog/footer.php
<?php
/**
 * Footer template
 *
 * Display the copyright, credits & outputs the theme scripts.
 *
 * @package FastBlog
 * @author Jitesh Patil <jitesh.patil@gmail.com>
 * @since 1.0.0
 */

do_action( 'fastblog_after_content' );

?><footer class="site-footer" role="contentinfo">
	<div class="container">
		<span class="copyright">
			<?php printf( esc_html__( 'Copyright &copy; %1$s ', 'fastblog' ), date( esc_html__( 'Y', 'fastblog' ) ) ); ?>
			<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
		</span>

		<span class="credits">
			<?php esc_html_e( 'FastBlog WordPress theme by', 'fastblog' ); ?>
			<a href="https://www.jiteshpatil.com/" rel="designer"><?php esc_html_e( 'Jitesh Patil', 'fastblog' ); ?></a>
		</span>
	</div>
</footer><!-- /site-footer -->

<?php wp_footer(); ?>
</body>
</html>