jennibee
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Different themes for every page?Ok, so I don’t have the header-page thing figured out…
This is what it gives me to work with:
<?php get_header2(); ?><div id=”content” class=”narrowcolumn”>
<div id=”headerimg”>I looked in about 20 threads about it and tried changing it to what everyone said and it gives me the same error everytime:
Fatal error: Call to undefined function: get_header2() in /home/grabert/public_html/wp-content/themes/my wp template/page2.php on line 7
Forum: Installing WordPress
In reply to: Different themes for every page?Ok, I think I got the header-page part fixed, but I can’t get my style sheet pointed to my header. This is the line of code in my header:
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
How would I change that to style2.css? They both sit in the same directory.
Forum: Installing WordPress
In reply to: Different themes for every page?Hmm, I’m not really sure how to do that. Try changing the name of the theme in the style.css file. I think thats changed it for me in the past.
Also, when I put the line of code for a header in page2.php, it gives me massive errors. Anyone know what the “Correct” code would be? The file’s name is header2.php.
Forum: Installing WordPress
In reply to: Different themes for every page?Oops, I meant .css, all of my style sheets are .css!
My style sheet works right, its the second header.php or page.php files that aren’t working. None of the graphics show up, I think its because I’m not pointing it to the style sheet correctly. Where you’re supposed to put the code about the style sheet that moshu posted, it looks really different in my original template. I tried to find some simplier templates and they are all about the same. I’m almost there, I just have to figure out this one last little thing! 🙂
Forum: Installing WordPress
In reply to: Different themes for every page?Well, I decided to try something just to make sure that I was using the style sheet right. I uploaded “style2.php” as style.php so that my main blog would see it as the normal style sheet, and that worked, the other graphics are there. So I guess my problem is that I can’t seem to get the header programed right. The footer, sidebar and all that are working just fine, but when I try to make header2.php, its not working like it should.
Forum: Installing WordPress
In reply to: Different themes for every page?That makes things clearer. I just make a new style sheet with all of the new graphics in it and point the header in that direction? I’ve already got a new sidebar and footer written up, so I’ll go try that and see how it works. Thanks again!
Forum: Installing WordPress
In reply to: Centering Horizontal MenusYay! That worked! I also had to take out the padding. It used to have two toolbars which is probably why I got confused. Now its perfectly centered. Thank you so much! Now if I could just figure out how to change the graphics on a page…that I still can’t get down.
Forum: Installing WordPress
In reply to: Different themes for every page?Yeah, I’ve seen that thread…my problem is that in my header.php, there isn’t a line of code that says what the graphic is. That sits in my style sheet and I’m not sure if you need to change that. The codec is great for making pages, but it (to me) doesn’t explain how to change the graphics.
Forum: Installing WordPress
In reply to: Different themes for every page?As a test, I changed all of my links in my sidebar (manually, not through wordpress) and in my horizontal menu in my header and they changed, but the graphics aren’t showing up. I have them as header2 and sidebar2 and they seem to be working except absolutely none of the graphics are showing up.
This is what it does:
http://grabertfamily.com/?page_id=6
I changed the index.php, made a copy of page.php, header.php and sidebar.php. Anyone know what I may be doing wrong?
Forum: Installing WordPress
In reply to: Centering Horizontal MenusIt wasn’t the theme I messed up. I was trying to make one of my pages my homepage and something got very messed up. I couldn’t log into wordpress to change it back. I tried for a couple of hours, I have no idea what I did. Getting it back to normal was a breeze, I just uploaded my theme.
My url is http://www.grabertfamily.com, but its in the middle of reconstruction, but you will get the idea.
Forum: Installing WordPress
In reply to: Different themes for every page?I’m still slightly confused. Can anyone tell me exactly which files I need to make duplicates of for each different template? That would probably be the biggest help at this point.
Forum: Installing WordPress
In reply to: Different themes for every page?I haven’t really kept anything I’ve tried because it hasn’t worked and doesn’t look like it’ll ever work.
What I’m not clear on is how you get new graphics to show up. Do you have to make a style2.css, footer2.php, etc? I get how to make new pages and how to erase/add things you want in the over-all layout of the page, but for some reason I’m not seeing how to actually change the graphics. Give me a few hours, if I still can’t get it, I’ll just leave it be.
Edit:
I posted before I got to read the last post. Conditional tags sound like fun, I’ll have to read up on those. Thanks!
Forum: Installing WordPress
In reply to: Different themes for every page?I’m using Jakarta, although I changed all of the backgrounds and other graphics.
My website url is http://www.grabertfamily.com
Forum: Installing WordPress
In reply to: Different themes for every page?Let me run this by you…
Say that I just open my page.php file, where it says things like “get header”, etc, should I erase that and add the straight img url? Otherwise I’d be getting my default header, footer, etc, right? I’m sorry if I sound completely stupid, I shouldn’t work on things like this at all hours of the morning.
Forum: Installing WordPress
In reply to: Different themes for every page?I’ve read those Codex pages in the past quite a few times. I went through them twice before I posted here. Anyway, I didn’t think I was being vague. I just wanted to know if I *can* change all of the graphics on just one “Page”. Make a new graphics cover for it. Thats it. If I can, I’ll figure it out somehow, I’m just wondering if anyone else has sucessfully done it.