Finding what theme is useful in some wordpress functions, if you are creating a bespoke system based on wordpress
$obj=wp_get_theme();
gets an aobject
$obj->template
is the directory name that the theme is installed in
[Next] Find out where to host WordPress [Read the full article…]
Leave a Reply