Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created May 25, 2012 13:40
Show Gist options
  • Save pedroelsner/2788230 to your computer and use it in GitHub Desktop.
Save pedroelsner/2788230 to your computer and use it in GitHub Desktop.
#1 - WP em páginas externas
<?php
/**
* Carrega a API do WordPress
*/
define('WP_USE_THEMES', false); // Não utiliza nenhum tema
require('./wordpress/wp-load.php');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment