remove link elements in header.php?
-
Hey guys,
I am trying to speed up my wordpress blog by removing non-essential stuff. With regards to my header.php, there are 4 link elements –
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?>RSS Feed" href="<?php bloginfo('rss2_url'); ?>"></link> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/print.css" type="text/css" media="print"></link> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"></link> <link rel="shortcut icon" href="<?php echo bloginfo('stylesheet_directory') ?>/images/favicon.ico"></link>
That’s 4 extra calls to the database and I was wondering if I could replace/delete some or all of these. Any advice?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove link elements in header.php?’ is closed to new replies.