Heading tags
-
maybe this should be in the template section but i…
Anyway…. In the default template that came with WP i noticed some heading tags that i do not have in my template that i created.
My heading tags are the usual that go in to a html doc.
the tags in question are:
<head profile=”http://gmpg.org/xfn/1″>altenate style sheets:
print, rss, etc.and the tag that refers to a ping:
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>do i need any of the tags i refereed to above?
BTW i already have the Blog up and running as of today so everything seems fine.Just want to be sure I’m not leaving anything out.
The topic ‘Heading tags’ is closed to new replies.