metapede
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password Protected Page not workingI am having this same issue with one of my WP blogs, and I don’t use the Exec-PHP plugin. Like the user above, I have a page that is password protected, and it prompts me for a password as I expect. However, no matter what I enter as the password, it redirects me to my admin Dashboard when I submit it.
By the way, I’m running version 2.8.6, and the only plugins I’m running are Akismet and Flickr Gallery.
What’s up?
Forum: Themes and Templates
In reply to: How to remove header from one widget?@alchymyth – Of course! The solution was hanging out there in front of me the whole time, and I didn’t think of it. Of course! That widget title has a class attribute and the other widgets don’t, so… d’oh. Thanks for opening my eyes 🙂
Forum: Themes and Templates
In reply to: How to remove header from one widget?@kiano.ro – Thanks for trying. Have a good weekend.
Forum: Requests and Feedback
In reply to: Include title settings for ALL widgetsI feel like I remember the standard Search widget having a title setting, but in version 2.8.5. I just see a message: “There are no options for this widget.”
Forum: Themes and Templates
In reply to: How to remove header from one widget?Yes, I seem to remember the widgets having a title option, but it’s not there in my version (2.8.5.). Very strange.
Forum: Themes and Templates
In reply to: How to remove header from one widget?@kiano.ro – Yes. I mentioned above that I removed the <h2>Search</h2> code in the sidebar.php file.
However, that file defines the default sidebar, not the dynamic sidebar. I have a dynamic sidebar, and I added the Search widget from the admin panel. appearance -> widgets. I can’t figure out how to remove the “Search” title from this widget without removing it from all my widgets.
Forum: Themes and Templates
In reply to: How to remove header from one widget?@kiano.ro
Within the admin panel, the search widget has no settings. There is no setting for including, excluding or customizing the title of the search widget. The widget just says “There are no options for this widget.”
Also, the search form is not part of my main index template. The main index template just calls the sidebar (sidebar.php). The search widget is in my sidebar, but the search form code is not there either. The sidebar just calls the widgets from somewhere else.
There is a file called searchform.php, but this just includes the search function, not the appearance of the form.
In my wordpress file system, I can find the widgets I installed myself, and there is a file in the wp-includes directory called “default-widgets” but I don’t know what to edit in there (or even if that’s the right place to look).
Forum: Themes and Templates
In reply to: How to remove header from one widget?@kiano.ro – Yes. I’m talking about the actual word “SEARCH” above the form. I can’t figure out how to get rid of it.
Forum: Themes and Templates
In reply to: How to remove header from one widget?A little more info:
I’ve gone and deleted the header HTML (the <h2>Search</h2> line) from the search form in sidebar.php, but this did not affect the search widget on my site. As you can see, the search form still has the <h2> header above it.
Oddly, this header is different than the others in the sidebar. The others are wrapped in a simple h2 tag. The search header has a class attribute of “sidebartitle” inside the h2 tag.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] How long does it take to generate a sitemap?oops… found an existing thread that addresses this…
I just posted about this:
http://wordpress.org/support/topic/295151?replies=1
I’m having the same issue; I searched but somehow missed this existing thread. I’ll update the other thread to point to this one.
Forum: Fixing WordPress
In reply to: RSS widget not working for meI was having no problems displaying my feedburner feed in my sidebar (using the KB advanced RSS widget) but it suddenly stopped working sometime in the last few days. The standard WordPress RSS widget doesn’t work either (it says there is no valid feed associated with the URL I’m using).
My feed is http://feeds.feedburner.com/useragentlinks
I have no problems with it in Google Reader and Bloglines. Any idea why WordPress isn’t able to deal with this feed?
I’m running 2.7
Forum: Themes and Templates
In reply to: No more one-column themes?Yeah, I saw that, but there used to be a whole lot more of them (like all the ones linked-to from mashable.com).
Forum: Plugins
In reply to: Sort chronological instead of reverse-chronologicalAwesome. Thanks!
Forum: Fixing WordPress
In reply to: More than 10 items in RSS widget?I resolved this myself. Instead of using the default WP sidebar RSS widget, I installed Adam Brown’s “KB Advanced RSS Widget.” On line 16 of the php code, you can specify the max number of items displayed.