admin管理员组

文章数量:1301563

so is it possible to define a folder outside the wp-$folders ?

i created a html page and i want to use WordPress hooks and filters in it simply the WordPress PHP syntax

im still learning php - and i dont know what file should i call to make it work

my wordpress file system looks like

wordpress 
|
|
|_ helloworld _ index.php ( contain php code + html - js - css )
|_ wp-admin
|_ wp-content
|_ wp-includes
normal WordPress file system
..
.

i want the index.php that inside the hello word (dir) to make it able to run WordPress commands and not be just static page

Note : i dont want to turn the html into a template (:*

本文标签: pluginshow to define a html folder to make it work with WordPress commands