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!