Advertisement
pusatdata

WP Web Sceraper: Contoh Template Tag

May 19th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php echo wpws_get_content('https://wordpress.org/themes/liquid-blank/', '' ); ?>
  2.  
  3.  
  4. <?php
  5. $my_logo = get_post_meta( get_the_ID(), 'logo', true);
  6. if( ! empty( $my_logo ) ) {
  7. echo wpws_get_content(' . $my_logo . ', '' );
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement