I thougt it was this function firstly, but I tried it and it didn’t work
<?php if(!is_page()){
the_meta();
} ?>
Can you help me?
That should work. What happens? Do you definitely have something in the custom fields for the post? Test it with:
<?php if ( !is_page() ) { echo '<p>Not a Page!</p>'; } ?>
The custom fields are displayed on every post and on every page too, but since they’re empty in the page-pages, there are only the bullets (because it’s structured with ul and li…
And thanks for the hint I’m gonna test it when I’m at home…
Oh how dumd I am! I’ve put the_meta(); in sinlge.php and page.php with the built in theme editor and in index.php.
I’m sorry for your effort…
Can you mark this post as resolved then, please?