Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. write below line in your wp-config.php
  2. WP_USE_THEMES = false;
  3. then include wp-load.php in your custom article page
  4. include_once('../wp-config.php');
  5. //give relative file path of your wordpress files path above
  6. then you can use wordpress functions to get post data
  7. [codex][1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement