2010-05-17, 06:15:25
Hello,
I would like to personalise the plugin multiple level menu of Zegnåt, but i need to load the meta keyword function.
Someone knows how do this?
I found this one theme_functions :
and this
Maybe it's possible to use this...?
here, it's for metakeyword, but if you know how do what i want, it could be used for all function present yet in GS
thanks for help
I would like to personalise the plugin multiple level menu of Zegnåt, but i need to load the meta keyword function.
Someone knows how do this?
I found this one theme_functions :
Code:
function get_page_meta_keywords() {
global $metak;
echo stripslashes(htmlspecialchars_decode(@$metak, ENT_QUOTES));
}
and this
Code:
$keywords = stripslashes(htmlspecialchars_decode(@$metak, ENT_QUOTES));
Maybe it's possible to use this...?
here, it's for metakeyword, but if you know how do what i want, it could be used for all function present yet in GS
thanks for help