• hi all,
    I’ve already made a plain text theme, with empty stylsheet, and now i want to make a new one theme, based on plaintext, only containing css file.

    that could be done by writing into second/style.css

    /*
    Template: plain
    */

    I’m doing that but while i’m selecting (by theme switcher plugin) second teme, it loads plain/style.css and all others php

    What’s wrong? How to load php from plain and only style.css from new theme directory?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Dumb question, but worth to check: the stylesheet link isn’t hardcoded into the plain’s header.php, is it?

    Thread Starter Tassoman

    (@tassoman)

    Stylesheet is linked with
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> taken from default theme

    Thread Starter Tassoman

    (@tassoman)

    someone could help?

    I don’t think I understand right. You’re trying to load the templates from one theme and the style from another? I don’t think it can do that. Just copy the templates over into the other theme. Unless I am misunderstanding.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘inherited theme’ is closed to new replies.