Smithdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebar 2 show up in widgetOh man!
I just solve the problem myself. In functions.php i replaced following:
<?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '<h2 class="sidebartitle">', 'after_title' => '</h2>', )); ?>With
<?php if ( function_exists('register_sidebars') ) register_sidebars(2); ?>and added a number 2. Now it show up in admin. 🙂
Dancing “happy dance”
Forum: Installing WordPress
In reply to: RSS Problem with FirefoxDo I have the same problem. I can’t get my RSS to work either. Could you please help me to see what might be the problem. I will go thru all my plugins to and deactivate them one by one and see which one is not compatible.
http://vardagspoesi.se En WordPressblogg till Sun, 20 Apr 2008 21:27:12 +0000 http://wordpress.org/?v=2.5 en http://vardagspoesi.se/2008/04/20/inget_konstigt/ http://vardagspoesi.se/2008/04/20/inget_konstigt/#comments Sun, 20 Apr 2008 20:58:49 +0000 admin http://vardagspoesi.se/?p=1 http://vardagspoesi.se/2008/04/20/inget_konstigt/feed///Lisa
Forum: Fixing WordPress
In reply to: Upgrade my plugins automatically from plugin page error!Ohh thanks!
I did just what you said, to install and upgrade manually now. And problem was still there. So I’m gonna contact my host and see if I somehow can get the safe mode turned off.
Thanks for you help.