WIDGETS!! With ChaoticSoul! deutsch

By Xjs.

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.

2 Responses to “WIDGETS!! With ChaoticSoul!”

  1. 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

  2. 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

Leave a Reply (Some HTML allowed).