Advertisement
pusatdata

Custom Meta Baca Online

Mar 22nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Meta untuk URL BacaOline:
  2. <?php
  3. $my_urlbaca = get_post_meta( get_the_ID(), 'urlbaca', true);
  4. if( ! empty( $my_urlbaca ) ) {
  5. echo '<iframe src="' . $my_urlbaca . '" width="640" height="480"></iframe><br/><a href="' . $my_urlbaca . '" target="_blank">KLIK DISINI untuk Membaca di Browser yang Lebih Luas</a>';
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement