admin管理员组文章数量:1433484
how do I remove "Powered By Wordpress" from the AMP version of my website? It would be great if you suggest a CSS or Plugin for this. I use the basic AMP plugin.
how do I remove "Powered By Wordpress" from the AMP version of my website? It would be great if you suggest a CSS or Plugin for this. I use the basic AMP plugin.
Share Improve this question asked Apr 10, 2019 at 7:05 user148174user1481741 Answer
Reset to default 0To remove “Powered by WordPress,” from the AMP plugin’s footer.php template file. Reference
This new file should reside at:
wp-content/themes/yourtheme/amp/footer.php
Footer.php
<footer class="amp-wp-footer">
<div>
<h2><?php echo esc_html( $this->get( 'blog_name' ) ); ?></h2>
<a href="#top" class="back-to-top"><?php _e( 'Back to top', 'amp' ); ?></a>
</div>
</footer>
This will ensure that Remove Powered WordPress AMP Plugin will still remain after the plugin is updated next time.
本文标签: pluginsHow do i remove quotPowered by WordPressquot from AMP
版权声明:本文标题:plugins - How do i remove "Powered by WordPress" from AMP? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745606513a2665869.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论