• In the footer of my website there is text which says ‘my website name, 2023 – Built with GeneratePress‘. Is it possible to edit, move or remove this text (I didn’t add this text, it seems to be there automatically)? I can’t find it in any of the Footer Widgets or the Footer bar widget. I want to add some other text to the footer bar but when I do it sits to the right of the Generate Press text and looks terrible.

Viewing 10 replies - 1 through 10 (of 10 total)
  • ying

    (@yingscarlett)

    Hi @geepy ,

    You can use this filter to change the copyright text if you don’t have GP Premium:https://docs.generatepress.com/article/generate_copyright/

    Thread Starter geepy

    (@geepy)

    Thanks – I’ve added the PHP with the Code Snippets plugin. Now at the bottom of my site it says ‘Your new message in here. You can add anything you want, including PHP and HTML.’, but how do I edit this? When I click on the edit pencils around the text they seem to link to social media icons in my widget editing bar, so i can’t find a way to edit the text.

    Hi geepy. The function that you put into Code Snippets should have the text that you need to edit (see the example below). I found this solution right here.

    add_filter( 'generate_copyright','tu_custom_copyright' );
    function tu_custom_copyright() {
    ?>
    Your new message in here. You can add anything you want, including PHP and HTML.
    <?php
    }

    Thread Starter geepy

    (@geepy)

    Thanks so much. Isn’t it easy when you know how haha ??

    No worries. We’ve all been in that boat. Best of luck to you. ??

    ying

    (@yingscarlett)

    @mchildress Thanks for helping ??

    @geepy Glad it’s working for you now!

    Thread Starter geepy

    (@geepy)

    Morning all,

    Me again! The text is only showing at the bottom of my blog post pages but isn’t showing at the bottom of my static homepage. Any idea how I can get it to show on my homepage, too? Currently, the text at the bottom of the homepage is the default text (how it was before I installed the plugin).

    Thanks

    Hi @geepy,

    For reference, can you provide the link to the site in question?

    Thread Starter geepy

    (@geepy)

    The text has now appeared on the homepage – no idea why but at least the issue is resolved ??

    Thanks

    I see. Glad it’s there now!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Footer text’ is closed to new replies.