Removed icons for the moment
This commit is contained in:
parent
3d3748500c
commit
73f3fd0a68
4 changed files with 7 additions and 137 deletions
|
@ -14,5 +14,10 @@ remove_action( 'wp_head', 'index_rel_link' );
|
|||
remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );
|
||||
remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 );
|
||||
|
||||
function remove_comments_rss( $for_comments ) {
|
||||
return;
|
||||
}
|
||||
add_filter( 'post_comments_feed_link', 'remove_comments_rss' );
|
||||
|
||||
if ( function_exists( 'register_sidebar' ) )
|
||||
register_sidebar();
|
Loading…
Add table
Add a link
Reference in a new issue