Merhaba arkaaşlar. Beğendiğim bir Wordpress teması vardı. Geçen gün tema dosyasını indirdim ve baktım ki dosya içerisinde temanın Php ve HTML versiyonu da var. Onları görünce Php versiyonunu kurayım dedim. Dosyaları olduğu gibi ftp ye yükledim. Site direkt açıldı. Fakat admin paneline giremiyorum. "db" oluşturulması gerekiyor ama db yi oluşturduktan sonra "db" bilgilerini hangi dosyaya gireceğim bir türlü bilemedim. Temanın yardım dosyasında Php versiyonu için aşağıdaki açıklamayı yapmışlar.

F) PHP Template Version - top

Every page includes a common header and footer located in the "includes" folder. This helps the user apply the changes regarding these parts in a single place.

Defining the Menu

In the "menu.php" file located in the "includes" folder, you will find an XML that defines the menu structure.

The XML contains only two types of tags:

menu – used to wrap the entire menu inside it
menu_item – used to describe a menu item
This tag contains two attributes:
href – the page url
label – the menu item label
This tag can also contain children.

Predefined PHP Functions

The menu.php contains two main functions:

print_main_menu() – print the main navigation menu (this function is called in header.php)
print_sitemap() – print the site map based on the menu structure (this function is called in sitemap.php)


Temanın Demo adresi: http://www.ixtendo.com/themes/finesse-html/

Yardımlarınızı bekliyorum.