Created
December 16, 2012 01:15
-
-
Save ekrembk/4301861 to your computer and use it in GitHub Desktop.
Wordpress fonksiyonlarına ve classlarına başka sayfadan erişim.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// WP'e dışarıdan erişim için fonksiyon ve classları yükle, wp çıktısını engelle. | |
define( 'WP_USE_THEMES', FALSE ); | |
// wp-blog-header.php wordpressin ana dizininde yer alır. Dosya yolunu kendinize göre düzenleyin. | |
require 'wp-blog-header.php'; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment