AMSmith
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove page tabsThank you!
Forum: Themes and Templates
In reply to: Sidebar code location?Great input. Thanks very much.
Forum: Themes and Templates
In reply to: Sidebar code location?Otto, thank you for the info, and thank you for not calling it “Widgets for Dummies,” even though it would have been appropriate. Your assistance is appreciated.
I did use a text widget, but didn’t realize that I could just code HTML into the text. I thought I needed php. That’s fixed.
In general, though, I still had a problem. For example, I wanted to change the content of the default Meta box. I can’t edit the content of the box from within the widget, I can only change the TITLE. So, I had to dig out the code.
For my own sanity, do you know where the code resides for this new text sidebar that I created? It’s driving me mad…or something. 🙂
Forum: Themes and Templates
In reply to: Sidebar code location?I didn’t say that very well. I meant that the sidebar content was ignored in favor of the other info. Thanks for interpreting the Greek for me!
I did check in the widgets.php file. When IN the widget, I added a sidebar area that I titled “Credits.” I can’t see that in the widgets.php file anywhere (or sidebar.php), so I don’t know where to go to edit it.
Any ideas?
Otto42, I guess I could try that route, but I’m already utterly confused!
Forum: Fixing WordPress
In reply to: WP/Vanilla integration, page questionMrBlank, thanks for that tip. Easy!
Forum: Fixing WordPress
In reply to: Can’t post to OTHER WP blogsLOL, yes, I do. 🙂 It just seems an odd coincidence that all the boards that I suddenly don’t have access to are all WP blogs, so I wanted to see if anyone has experienced such a problem before.
Forum: Fixing WordPress
In reply to: changing from example.com/blog to blog.example.comYes, I’m working my blog up on a subdomain, but I’ll move it to the main domain when it’s ready for prime time.
Forum: Fixing WordPress
In reply to: WP/Vanilla integration, page questionAh, that’s it! Thank you!
Forum: Fixing WordPress
In reply to: Add link in “About yourself” fieldNevermind, I decided to create an Author Bios page and give each author a subpage.
Forum: Plugins
In reply to: Multiple authors assinged single postI’m looking for this as well. Any more info?
Forum: Fixing WordPress
In reply to: Transfering entire site into WPThank you! That solve my problem. 🙂
Forum: Fixing WordPress
In reply to: Pretty Links brokenAny takers? I’m at a loss and no one I have talked to can figure this out.
Forum: Fixing WordPress
In reply to: Pretty Links brokenThe .htaccess file has these settings:
Owner: read/write
Group: read/write
Others: read/writeUnix equivalent: 666
The file itself contains this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Locked out of blog, bad addressOf course, as soon as I posted this, I figured it out. 🙂
Forum: Installing WordPress
In reply to: missing .htaccessThank you so much, moshu!