Home › Forums › Support › Support for sitename in customiser footer copyright This topic has 4 replies, 2 voices, and was last updated 1 year, 12 months ago by Elvin. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts March 29, 2019 at 5:45 pm #853878 Ivan The copyright textarea in customiser supports %current_year% and %copy% as placeholders. It would be useful to support %site_name% (or equivalent) as well. March 30, 2019 at 8:27 am #854377 TomLead Developer Lead Developer That’s a good idea 🙂 For now, you can create a shortcode quite easily: add_shortcode( 'site_name', function() { return get_bloginfo( 'name' ); } ); Then you can use [site_name] in there. Thanks for the suggestion! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 31, 2019 at 10:01 am #855107 epickenyan I support this too. Currently, I am using code <a href="/">Sitename</a> March 31, 2021 at 9:09 pm #1717354 Scott Tom, Where would this PHP to create the shortcode be placed? I’m not a WordPress or PHP developer, I’m a website builder. March 31, 2021 at 9:17 pm #1717358 ElvinStaff Customer Support Hi Scott, Here’s how you can add PHP – https://docs.generatepress.com/article/adding-php/ So it’s either use a child theme’s functions.php or use Code Snippets plugin. https://en-ca.wordpress.org/plugins/code-snippets/ A wise man once said: "Have you cleared your cache?" Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In