obvisu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: #comments link bumping up posts?Well, yes, but the content isn’t supposed to be shoved up beneath the header and beyond. And if so, why are the two pages acting differently?
It does bring me to the comments on both of them, it’s just that one of them leaves the review content intact, and the other just bumps it.
Forum: Fixing WordPress
In reply to: Permalinks ProblemI’m not an expert on WordPress, but I would hazard a guess that it’s because you’re accessing it from your homepage, index.html? Could it be something in your theme file or homepage specific settings?
I haven’t experienced this problem before on my sites, so I wouldn’t know how to fix it. Sorry.
Forum: Fixing WordPress
In reply to: #comments link bumping up posts?Anybody have a clue?
Forum: Themes and Templates
In reply to: Content text wrappingAh! So that’s what’s going on.
Thanks!
Forum: Themes and Templates
In reply to: Source codeHonestly, so am I, but I believe the header.php file is one of the closer to HTML. In the body section (or at least for my theme) there’s the area you change, but if it doesn’t have a header/body, .etc, just try to find the link in the code and change it.
Forum: Themes and Templates
In reply to: Layout – Homepage/Page changeLike, so it wrapped before the sidebar.
Forum: Themes and Templates
In reply to: Layout – Homepage/Page changeAhah! That fixed most of my problems.
Now, how can I get the text to stay within the limits of the content area, or are the limits just not set? I was trying to do this in a non-wordpress XHTML and CSS, and I couldn’t do it, but yet I see it done on every other wordpress blog.
If you see the page again, wjarrie.com/reviewsoccer, the keyboard mashing extends past the sidebar and underneath it.
Forum: Themes and Templates
In reply to: Source codeYeah, I’d go into your theme directory (http://www.creepshowcreeps.com/wp-content/themes/default/, I’m guessing), find the header.php file, and then find the URL and change it. You should be able to edit the file with your normal text editor.
Forum: Themes and Templates
In reply to: Layout – Homepage/Page changeHmm, but where would that be in the PHP files? In my page.php for the entry there’s:
<div class="entry"> <h3 class="entrytitle" id="post-<?php the_ID(); ?>"> <a href="<?php the_permalink() ?>" rel="bookmark"> <?php the_title(); ?> </a> </h3> <div class="entrymeta-single"> <?php edit_post_link(__('<strong> Edit</strong>'));?> </div> <div class="entrybody"> <?php the_content(__('Read more »'));?> </div> <!-- <?php trackback_rdf(); ?> --> </div>Forum: Themes and Templates
In reply to: Layout – Homepage/Page changeThe header’s not the problem, I can fix that by linking it as a direct path, like “http://wjarrie.com/reviewsoccer/wp-content/…” instead of “/images/header.gif”.
It’s the fact that when I post things, they double up on lines and shove the header way out of line, instead of just stacking down.
And that the text extends indefinitely to the right, as opposed to just filling in the content area.
Forum: Themes and Templates
In reply to: Source codeThat looks like it’s in your header, inline. Generally not recommended, but I’d take a stab at the page.php file in your theme?
Forum: Fixing WordPress
In reply to: Layout screws up only with postsWhoops, for some reason it linked all my text.
The links are http://www.wjarrie.com/reviewsoccer
and http://www.wjarrie.com/reviewsoccer/about
Thanks in advance for any help