Hi,
I want to put an page id in the following code.
<?php echo get_post_meta($post->ID, 'home-afbeelding', true); ?>
So $post->ID has to be a page id I can choose myself, but i can't get this to work.
Can anybody help me?
Hi,
I want to put an page id in the following code.
<?php echo get_post_meta($post->ID, 'home-afbeelding', true); ?>
So $post->ID has to be a page id I can choose myself, but i can't get this to work.
Can anybody help me?
Yes, I also thought so, but doesnt it work different, when You're using pages in stead of Posts?
One reason your code doesn't work is because you have to specify the key name and then what value you are looking for on what page. See the examples on that page.
I already did that. THE key: home- afbeelding and the value which I did specify is à link to wn image. But it still doesnt work.
This topic has been closed to new replies.