Topic: can call for keywords to be printed on my template by calling tag

I can call for  keywords to be printed on my template by calling tag <?php get_page_meta_keywords(); ?>

But how can I call for description <?php get_page_meta_description(); ?> or something like that?
Is there any kind of tags?

Re: can call for keywords to be printed on my template by calling tag

Welcome to the forums.


You could just use the function

<?php get_header(); ?>

which will output description, keywords for you.

check out the function in /admin/inc/theme_functions.php

Mike.

Currently working on The Matrix Plugin...