I wrote a page and added a custom field called 'test' with a value 'testvalue'.
By adding the_meta() to my page.php, this value now shows up as expected. But it shows always also
the text '_wp_page_template: default' beneath my custom field, although in the admin section of this page is only the custom field with the key 'test'.
Any idea someone, how I can get rid of that default custom field?
thanks in advance.