mwrmwr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP adds <br /> to codeThanks. That plugin looks promising; I’ll try it when I have more time.
Forum: Fixing WordPress
In reply to: How to make current-page name on menu highlighted?Thanks, SimonJ. That article looks like it’s intended for what I want. However, instead of tackling that I just now put a question on the blog of the author of the theme I’m using to see if he can give me a way to do it. It that doesn’t work I’ll dig into that article on my own.
Forum: Fixing WordPress
In reply to: How to make current-page name on menu highlighted?Thanks. I can see that article is generally on the subject, but I don’t know enough to translate that into what to do to change the color of the menu-name of the current page.
Forum: Fixing WordPress
In reply to: Need help with conditional statement in page.php>Your page.php would not qualify as true.<
That’s certainly true but I still don’t get why.
Anyway, this worked:
is_page(‘Home’)
Forum: Fixing WordPress
In reply to: Any way to put things in the HEAD section of a page?One second thought, there’s way too much stuff I need to put into the HEAD section of this one page to have it there for all pages. If I can’t have a HEAD section for one page different than for other pages, I’ll probably make that page a separate, non-WP, page and pop it up from a link.
Any other suggestions welcomed…
Forum: Fixing WordPress
In reply to: Any way to put things in the HEAD section of a page?I only need this javascript on one page, but I guess there’s no significant downside to calling it in the HEAD of every page. Correct?
Also, I intend to use those java functions in the html view of the normal page edit window. Will that work?
Forum: Themes and Templates
In reply to: how to put my own background image in Gear theme?Post content deleted. I figured out the answer to my question by reading the prior post more carefully, and I don’t see any way to delete the entire post.
P.S. I’m very new to WP and am just trying to learn how themes work.
Forum: Fixing WordPress
In reply to: How to move blog off the home page?Thanks. I just set up an account at hostgator and installed WordPress. I’m sure you guys will be hearing from me soon on a variety of subjects…
Forum: Fixing WordPress
In reply to: How to move blog off the home page?I’m still considering whether it would be better for me to get my own WordPress account on a good host instead of using the free WPMU installation. I have developer tendencies, at least enough to want to be able to do what I want when I want instead of asking the admin to do things that I “should” be able to do. For another example, I don’t like that the “template author” link at the bottom of my pages doesn’t open a new window, but instead takes the user away from my site (and to a Japanese language page :-). I assume that’s a simple fix if I had access to “my” files but I don’t know if it’s fixable with MU (it’s a template they provide with the installation). Would you like to offer an opinion re the benefits (or not) of getting my own WP installation?
Forum: Fixing WordPress
In reply to: How to move blog off the home page?>/wp-content/themes/{themename}/header.php<
Currently I’m running on a WPMU installation (not mine). Wouldn’t I need my own WP installation to get access to that (and other stuff)?
Forum: Fixing WordPress
In reply to: How to move blog off the home page?Thanks so much from this newbie!
>edit header.php and remove the LI that displays the Home link<
Where/how would I find that page?
>The comments should automatically appear<
>Go back to Admin / Settings / Reading and make sure you did not accidentally select About instead of Blog as your posts page<Bingo! Everything is in its proper place.
Forum: Fixing WordPress
In reply to: How to move blog off the home page?Oops, after I did what I described above, the content of the About page changed to the content that was previously on the Home page (the original blog), and the original About page content seems to be gone. What happened?
Forum: Fixing WordPress
In reply to: How to move blog off the home page?OK, I created a new page called “Home” and assigned that as a static page for the Home page. Now the Home page indeed is that page, but I also have a text “Home” menu item in its alphabetical place in the menu. Can I get rid of the text “Home” menu item?
Also, if I had lots of comments in the blog that was on the previous Home page, how would I move that whole set of comments to the Blog page?
Forum: Themes and Templates
In reply to: Using WordPress for both a blog and “normal” website?I didn’t save info on the ones I found before (bad idea), so looking again…
Here’s a new (to me) one that looks interesting.
http://wordpress.org/extend/plugins/user-access-manager
http://www.gm-alex.de/projects/wordpress/plugins/user-access-managerHere’s one but it has a limitation that users can belong to only one role.
http://www.im-web-gefunden.de/wordpress-plugins/role-managerDidn’t see anything else that look likely in a quick search.
Forum: Themes and Templates
In reply to: Using WordPress for both a blog and “normal” website?>if you add in a role management plugin, it may be possible to restrict private posts based upon the logged in user’s access level.<
That sounds very interesting. Do you know of a role management plugin to recommend for this purpose? I did some searching and found a couple of possible suspects, but one was no longer supported and the other had almost nothing written about it.