GetSimple Support Forum

Full Version: Print "Meta description" on page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
ha! the problem solved - the answer is <?php get_page_meta_desc(); ?>