missmarii
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No widgets on sidebarI have removed all additional sidebars.
Only kept the part that said:
// Area 1, located at the top of the sidebar. register_sidebar( array( 'name' => __( 'Primary Widget Area', 'twentyten' ), 'id' => 'primary-widget-area', 'description' => __( 'The primary widget area', 'twentyten' ), 'before_widget' => '<li id="%1$s" class="widget-container %2$s">', 'after_widget' => '</li>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) );still, not working… 🙁
Any other suggestions?
I dont even know how that happened…Forum: Fixing WordPress
In reply to: No widgets on sidebarCode for function.php that i currently have: http://wordpress.pastebin.com/JD3Xx6Mz
Forum: Fixing WordPress
In reply to: No widgets on sidebarI was accessing the file the wrong way…
Here’s what the function.php file has:[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: No widgets on sidebarI was accessing the file the wrong way…
Here’s what the function.php file has:[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: No widgets on sidebarAlso, i just noticed that this happens with ANY theme that i activate.
Once, i enable 1 widget it works and then i can add a secnd one and it wont add it.I’ll try removing all of them and it still keeps the first one.
Also, this WP is Yahoo hosted (in case that matters).
Forum: Fixing WordPress
In reply to: No widgets on sidebarHi,
The theme has a function.php file but it is empty.
Should i add:
<?php if ( function_exists('register_sidebar') ) register_sidebar(); ?>to the file?
Forum: Fixing WordPress
In reply to: No widgets on sidebarI believe so.
It shows the widget menu with the boxes to allow me to drag and drop the different widgets.