WordPress Custom Fields


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Von anderer Page-ID
  2. <?php echo get_post_meta(78, "test", true); ?>
  3.  
  4. Von eiger Seite:
  5. <?php echo get_post_meta($post->ID, "test", true); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.