jd-sunset-3c Wordpress Theme
Un altro semplice tema a 3 colonne con le sidebar già impostate per l’utilizzo opzionale dei widget. Another simple three columns theme, widget ready.

Preview here!
Un altro semplice tema a 3 colonne con le sidebar già impostate per l’utilizzo opzionale dei widget. Another simple three columns theme, widget ready.

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
[...] I decided to go in a new direction. I am now using a highly modified version of JD-SUNSET-3C. The most obvious difference will be that it has no right being called ’sunset’ anymore [...]
Dave,
edit your function.php and replace the bits with:
if ( function_exists(’register_sidebar’) ) {
register_sidebar(array(’name’=>’sidebar_1′,
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ”,
‘after_title’ => ”,
));
}
if ( function_exists(’register_sidebar’) ) {
register_sidebar(array(’name’=>’sidebar_2′,
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ”,
‘after_title’ => ”,
));
}
Ciao utilizzo wp 2.3.2 e anche a me succede quello che è successo a Dave. Ho fatto come dici tu, ma non succede niente, anzi nella sezione widget non mi compare più nulla. Suggerimenti.
Grazie.
Bel thema, lo vorrei utilizzare per il poratale di Mint-italia, ma con queso problema…
Ti ringrazio se sarai sollecito!
Same with me, just like Pietro I can’t get it to work in WP 2.3.2, even with the suggestions you posted to Dave. Please email me when you get the chance, I really want to use this theme.
I was using this theme and upgraded Wordpress from 2.1.3 to 2.2.2 and it broke your theme.
Selecting Widgets from the presentation menu shows the sidebars as being named “Sidebar_%d” rather than Sidebar 1 or Sidebar 2.
When viewing the site you only get the default sidebar layout not the customized version shown in the presentation manager
Tried to change it in your functions.php file but it is still broken.
Any ideas?