• 09-12-2009, 23:02:45
    #1
    merhabalar

    sitemde bir klasör altında bulunan html ya da php dosyama wordpress sitemin header ve footer dosyalarını nasıl ekleyebilirim.?
  • 10-12-2009, 09:08:50
    #2
    <?php
    include('wp-config.php'); //wp ayar yolu
    get_header();
    
    
    
    get_footer(); 
    ?>
    bu şekilde hallettim teşekkürler