如何删除
Powered by WordPress | Designed by: SharePoint Site | Thanks to Virtual Server, Email Hosting and Rent Server
WordPress主题中的
答案 0 :(得分:0)
你转到你的Wordpress管理页面,你会有“编辑”。在右侧菜单中,选择“footer.php”在我的情况下,它看起来像这样:
<footer id="colophon" class="clearfix">
<p>Proudly powered by <a href="http://wordpress.org/">WordPress</a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %1$s by %2$s', 'yoko' ), 'Yoko', '<a href="http://www.elmastudio.de/wordpress-themes/">Elmastudio</a>' ); ?>
</p>
<a href="#page" class="top"><?php _e( 'Top', 'yoko' ); ?></a>
</footer>
所以在这里你可以根据需要进行编辑