indietrash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: search only in posts' titles, not bodiesI’m using the widget in the default theme, if that matters.
I’ve tried Search-Unleashed, but the plug-in failed to work and is reported broken for WordPress 3.0.1.
Forum: Installing WordPress
In reply to: tried automatic update to 3.0.1 – blog not working anymore!fixed it. π
Forum: Installing WordPress
In reply to: tried automatic update to 3.0.1 – blog not working anymore!uhm… whenever I go to my blog or to my admin page, I just get a blank page now.
what I did was delete wp-admin and wp-includes, then copy over all files from the 3.0.1 tar.gz, overwriting what was on my blog.
Forum: Installing WordPress
In reply to: tried automatic update to 3.0.1 – blog not working anymore!never had any trouble with it before.
Forum: Installing WordPress
In reply to: tried automatic update to 3.0.1 – blog not working anymore!ok change of problem… I can now (thankfully) access my blog and admin panel, but the update did not work. whenever I click automatic update, it takes a while – doing something, then the side panel, header and footer comes up. then if I go somewhere (e.g. posts), the Β«WordPress 3.0.1 is available! Please update now.Β» pops up again.
so I guess the problem is now: automatic update to 3.0.1 doesn’t work!
Forum: Plugins
In reply to: how can I show #posts on my sidebar?thanks a lot! π
Forum: Plugins
In reply to: how can I show #posts on my sidebar?thanks! this worked for categories. but what about archives? I tried putting ‘type=monthly&show_count=1’ to no avail.
Forum: Fixing WordPress
In reply to: user-defined posts per pageare there any plugins for instance?
Forum: Fixing WordPress
In reply to: editing my search boxactually I just modified the one that wasn’t /**/ out, like so:
<input type=”text” name=”s” value=”search for…” id=”s” size=”15″ onclick=”value=”” onblur=”value=’search for…'” />
and it worked great. thanks! π
Forum: Fixing WordPress
In reply to: editing my search boxthe search form looks like it is in the function.php in both the default and the classic theme as well, btw.
Forum: Fixing WordPress
In reply to: editing my search boxForum: Fixing WordPress
In reply to: editing my search boxI tried creating a searchform.php in both default and my current theme, but it didn’t do anything. I put this in it:
<div class=”search”>
<form method=”get” class=”search-form” id=”search-form” action=”<?php bloginfo( ‘home’ ); ?>/”>
<div>
<input class=”search-text” type=”text” name=”s” id=”search-text” value=”Search this site” />
<input class=”search-submit” type=”submit” name=”submit” id=”search-submit” value=”Search” />
</div>
</form>
</div>but as I’ve stated some posts above, the search form seems to be in function.php.
Forum: Fixing WordPress
In reply to: editing my search boxno. search.php is the results, not the form. the form seems to be in function.php.
Forum: Fixing WordPress
In reply to: editing my search boxalthalos: I tried adding what you wrote to the function.php (see the post two posts above yours), but nothing changed.
Forum: Fixing WordPress
In reply to: editing my search boxalthalos: there is no searchform.php in default or classic either! it seems like it’s moved to function.php.