0, Replace all the WP logo in the file
1, Eliminate the up-left corner W logo
Add this code at the end of function.php
//移除Wordpress后台顶部左上角的W图标 function annointed_admin_bar_remove() { global $wp_admin_bar; /* Remove their stuff */ $wp_admin_bar->remove_menu('wp-logo'); } add_action('wp_before_admin_bar_render', 'annointed_admin_bar_remove', 0);
2, Eliminate “Proudly Powered by WordPress”
In footer.php, navigate this string and delete it or replace it with other text
3, Install the SA Slider plugin
4, Install the Visual Portfolio plugin
5, Install the Self Hosted Google Fonts Plugin