Archived topic
Blogpage and excerpt posts
40 replies · Started by Bram on January 20, 2020
Maybe the Video here will explain better?
Hi David the video did indeed. Gold!! Thank you!!!
Last question in addition when it is ok with you.
To change the footer bar normally goes with the footer.php in the editor.
Normalky you recognize easy the footer bar content in the footer.php
But now it is different.
My footer says:
© 2020 Zelfontplooiing • Aangedreven door GeneratePress
and this is the footer.php:
<?php
/**
* The template for displaying the footer.
*
* @package GeneratePress
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<!-- #content -->
<!-- #page -->
<?php
/**
* generate_before_footer hook.
*
* @since 0.1
*/
do_action( 'generate_before_footer' );
?>
<?php
/**
* generate_before_footer_content hook.
*
* @since 0.1
*/
do_action( 'generate_before_footer_content' );
/**
* generate_footer hook.
*
* @since 1.3.42
*
* @hooked generate_construct_footer_widgets - 5
* @hooked generate_construct_footer - 10
*/
do_action( 'generate_footer' );
/**
* generate_after_footer_content hook.
*
* @since 0.1
*/
do_action( 'generate_after_footer_content' );
?>
<!-- .site-footer -->
<?php
/**
* generate_after_footer hook.
*
* @since 2.1
*/
do_action( 'generate_after_footer' );
wp_footer();
?>
</body>
</html>
Where do I have to edit?
Or is it in an other section?
Kind regards,
Bram