hello everybody,
i have made this very simple code to get the conent og the description tag.
<?php $tags = get_meta_tags($_SERVER['PHP_SELF']); echo $tags['description']; ?>can anybody tell me how to do it better? i get nothing. no error message, nothing.