WIDGETS!! With ChaoticSoul!
Yeah, finally!
You could think this is trivial, but I’m still writing it:
The theme I’m using (ChaoticSoul by Bryan Veloso) usually doesn’t support widgets. I tried to “widgetize” it following this tutorial and initially failed.
Problem was: the tutorial said I should include the following into the functions.php:
<?php
if ( function_exists('register_sidebar') )
register_sidebar ();
?>
Then WordPress thinks the theme has got a widget-capable sidebar. Problem now was that ChaoticSoul never includes functions.php, and thus never registers the sidebar. I solved this by calling
register_sidebar ();
before
dynamic_sidebar ();
.
Nothing as easy as this, one should think.
Greetings,
J.
Hallo J.!
Ich sitze vor genau demselben Problem, kann aber Deinen Ausführungen leider nicht ganz folgen. Kannst Du (evtl. per Mail) mal genauer spezifizieren, wo und wie Du [register_sidebar ();] genau eingebunden hast?
Wäre Dir sehr verbunden.
Gruß
Jochen
Jochen said this on December 9th, 2007 at 9:43 pm
Hallo, Xjs,

gratuliere zum erfolgreichen widgetizing
Leider bin ich nicht so kunstfertig, würde aber sehr gerne das ChaoticSoul einsetzen.
Könntest Du mir das erweiterte Theme zur Verfügung stellen ?
wäre wirklich echt nett
Michael, Wien
Michael said this on December 18th, 2008 at 12:03 am