• I like to have one stylesheet in the root of my site, and every page refers to this one. When I create a ‘theme’ for my own use it won’t let me unless I copy the stylesheet in there. I don’t like having to spread multiple copies of the stylesheet over my site.

    edit: ofcourse I can place an empty stylesheet in there, but the theme manager then will take that for editing.

Viewing 3 replies - 16 through 18 (of 18 total)
  • Tried the redirect Rboren, but still my site keeps looking for all the files in the themesdirectory instead of in /site/weblog-beta/

    Which index.php do I have to change? I changed them both for now, so /site/wordpress-beta/index.php ??nd /site/weblog-beta/index.php to:

    $wp_template_redirect = false;
    require(‘../wordpress-beta/wp-blog-header.php’);

    Using the nightly from 13 januari.

    Turning off template redirection means you can’t use bloginfo(‘stylesheet_url’), get_header(), get_footer(), or get_sidebar(). You have to roll your own.

    OK, already did everything, except for the stylesheet. I forgot to make that a direct link to the stylesheet. Thought that ‘stylesheet_url’ as a variable was linked to the siteurl of my weblog (‘home’).

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘allow themes without stylesheets’ is closed to new replies.