[wp-hackers] [Theme Root Plug-In] Admin Setting for Alternate Path to Themes

Terrence Wood tdw at funkive.com
Mon Feb 28 09:37:21 GMT 2005


I'm not sure if you can set your theme root outside your wordpress home.

the uri you are trying to point to is:

munkee.com/assets/code/wordpress/assets/theme

the theme root is:

pathtoyour/munk.com/assets/code/wordpress/assets/theme


Terrence Wood.



Doug Daulton wrote:
> 
> Wordpress lives here:
> 
>    munkee.com/assets/code/wordpress
> 
> Themes (copied from the base install) live here:
> 
>    munkee.com/assets/themes
> 
  [snip]
>    function tr_set_theme_root($theme_root) {
>            return ABSPATH . "assets/themes";
>    }
> 
>    function tr_set_theme_root_uri($theme_root) {
>            return get_settings('siteurl') . "/assets/themes";
>    }


More information about the hackers mailing list