Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. // Include WordPress
  3. define('WP_USE_THEMES', false);
  4. require('/var/www/example.com/wordpress/wp-load.php');
  5. query_posts('showposts=1');
  6. ?>
  7.  
  8. <?php
  9. // Include WordPress
  10. define('WP_USE_THEMES', false);
  11. require('/var/www/example.com/wordpress/wp-load.php');
  12. query_posts('showposts=1');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement