Plugin Directory

Changeset 170075


Ignore:
Timestamp:
11/03/2009 08:17:22 PM (16 years ago)
Author:
merzedes
Message:

still wrestling with markdown code

Location:
custom-style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-style/tags/1.0.1/readme.txt

    r170070 r170075  
    1313= What is this plugin about? =
    1414
    15 You are using a theme in Wordpress and it looks marvelous good. Well, almost! If you could just change the main color to match your liking, company style,  whatever ….
     15You are using a theme in Wordpress and it looks marvelous good. Well, almost! If you could just change the main color to match your liking, your companys style, .. whatever!
    1616
    17 It’s actually easy in Wordpress, cause you have direct access to your theme’s style files. Just use `Appearance -> Editor` inside the Dashboard and there you go. That’s great until you update the other day your theme cause a new and improved version has been released. Then all your custom changes are gone and you have to start from scratch again.
     17It’s actually easy in Wordpress, because you have direct access to your themes' style files. Just use `Appearance -> Editor` inside the Dashboard and there you go. That’s great until the other day you update your theme because a new, improved and of course much better version has been released. Then all your custom changes are gone and you have to start from scratch again.
    1818
    1919A much better way is to save additional CSS rules in the blog’s database and include them inside a `< style/>` element. Of course there must also be a way to enter those rules via the Dahsboard. And this is exactly what this plugin is all about!
    2020
    21 This simple plugin will add a `<style>..</style>` element to `<head />`,
    22 thus allowing the administrator to customize the "look" of the theme
    23 used without actually changing one of the theme's files. This allows
    24 you to simply update the theme without loosing your valueable
    25 changes.
     21This simple plugin will add a `<style>..</style>` element to `<head />`, thus allowing the administrator to customize the "look" of the theme used without actually changing one of the theme's files. This allows you to simply update the theme without loosing your valueable changes.
    2622
    2723= Support =
    2824
    2925If you require any help, if something is not working, if you have an
    30 idea for improvement, whatever .. please contact me by sending an
    31 email to 'wh -at- haefelinger -dot- it' or visit the plugin's home
     26idea for improvement, critics, please do not hesitate to contact me by sending an
     27email to `wh [at] haefelinger [dot] it` or visit the plugin's home
    3228page at [http://workbench.haefelinger.it/project/custom-style](http://workbench.haefelinger.it/project/custom-style)
    3329
     
    8379== Frequently Asked Questions ==
    8480
    85 = No `&lt;style>..&lt;/style>` in my `&lt;head />` element? =
     81= No `<style>..</style>` in my `<head />` element? =
    8682
    8783The plugin depends on the usage of `<?php wp_head(); ?>`. So your
     
    9086           <head> .. <?php wp_head(); ?> .. </head>
    9187
    92 = There is a `&lt;style>..</style>` in my `&lt;head />` element - no visible effect though!? =
     88= There is a `<style>..</style>` in my `<head />` element - no visible effect though!? =
    9389
    9490Make sure that your CSS styles are not overridden by `<style />`
  • custom-style/trunk/readme.txt

    r170072 r170075  
    1313= What is this plugin about? =
    1414
    15 You are using a theme in Wordpress and it looks marvelous good. Well, almost! If you could just change the main color to match your liking, company style,  whatever ….
     15You are using a theme in Wordpress and it looks marvelous good. Well, almost! If you could just change the main color to match your liking, your companys style, .. whatever!
    1616
    17 It’s actually easy in Wordpress, cause you have direct access to your theme’s style files. Just use `Appearance -> Editor` inside the Dashboard and there you go. That’s great until you update the other day your theme cause a new and improved version has been released. Then all your custom changes are gone and you have to start from scratch again.
     17It’s actually easy in Wordpress, because you have direct access to your themes' style files. Just use `Appearance -> Editor` inside the Dashboard and there you go. That’s great until the other day you update your theme because a new, improved and of course much better version has been released. Then all your custom changes are gone and you have to start from scratch again.
    1818
    1919A much better way is to save additional CSS rules in the blog’s database and include them inside a `< style/>` element. Of course there must also be a way to enter those rules via the Dahsboard. And this is exactly what this plugin is all about!
    2020
    21 This simple plugin will add a `<style>..</style>` element to `<head />`,
    22 thus allowing the administrator to customize the "look" of the theme
    23 used without actually changing one of the theme's files. This allows
    24 you to simply update the theme without loosing your valueable
    25 changes.
     21This simple plugin will add a `<style>..</style>` element to `<head />`, thus allowing the administrator to customize the "look" of the theme used without actually changing one of the theme's files. This allows you to simply update the theme without loosing your valueable changes.
    2622
    2723= Support =
    2824
    2925If you require any help, if something is not working, if you have an
    30 idea for improvement, whatever .. please contact me by sending an
    31 email to 'wh -at- haefelinger -dot- it' or visit the plugin's home
     26idea for improvement, critics, please do not hesitate to contact me by sending an
     27email to `wh [at] haefelinger [dot] it` or visit the plugin's home
    3228page at [http://workbench.haefelinger.it/project/custom-style](http://workbench.haefelinger.it/project/custom-style)
    3329
     
    8379== Frequently Asked Questions ==
    8480
    85 = No `&lt;style>..&lt;/style>` in my `&lt;head />` element? =
     81= No `<style>..</style>` in my `<head />` element? =
    8682
    8783The plugin depends on the usage of `<?php wp_head(); ?>`. So your
     
    9086           <head> .. <?php wp_head(); ?> .. </head>
    9187
    92 = There is a `&lt;style>..</style>` in my `&lt;head />` element - no visible effect though!? =
     88= There is a `<style>..</style>` in my `<head />` element - no visible effect though!? =
    9389
    9490Make sure that your CSS styles are not overridden by `<style />`
Note: See TracChangeset for help on using the changeset viewer.