I read the codex page how to add the meta. Good thing for the options of doing it by hand(which I like better, and that's what I ended up doing) and using the admin tools but I can't find that admin > options > general panel where is that?
By the way is there a specific PHP method of adding the meta tags or wordpress method? Or just regular html?
stepquick
Member
Posted 7 months ago #
<meta name="description" content="<?php bloginfo('description'); ?>" />
that would be an example of using meta. It's also under the settings panel in the admin menu. That would be where you make a description for your site, the Tagline.
How about if I wanted keywords? I did it all with HTML but is there a way to do it just with the admin tools or php?