(Saturday night, the “Memorandum 2” has made Internet bubbling of wrath and caused turbulence in Greek Papademou government. Tomorrow the parliament will vote. Huge demonstration are planned and the spirits are violent).
Meanwhile, in my private bubble in Stockholm though, again, after intense all-day Action-Scripting (but still a lot TODO until Monday’s partial deadline), I started to look at the deeper and underlying PHP-code and file-structure of a WP site.
- Step 1: Create a child theme in catalogue ./wp-content/themes/2010_myFirstChild
- Step 2: Add a css style sheet style.css
- Step 3: Add header line Template: twentyten
- Step 4: Upload and activate your theme
I tried out with the following code in the style.css
@import url(“../twentyten/style.css”);
With the import statement I don’t have to load all the style.css from parent theme into mine.