theoodlenoodle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments not working for pagesMaybe I’m putting it in the wrong spot, but it seems to be broken in half. It’s functional, but the comments are located under the sidebar whereas the comment field is under the post, where it should be.
Forum: Fixing WordPress
In reply to: Comments not working for pages<?php the_time(‘F jS, Y’) ?>
- Posted by <?php the_author(); ?>
- <?php comments_popup_link(‘No comments’, ‘1 comment’, ‘% comments’,’Comments closed’); ?>
- ” title=”<?php the_title(); ?>”>#
- ‘, ‘
<?php $wp_query->is_single = false; ?>
<?php edit_post_link(__(‘Edit’), ‘
‘); ?>
I took this piece directly from the index to see if that’d work. No dice.
Forum: Fixing WordPress
In reply to: How can I make the text wrap rather than be in a small column?Also, if we could kill two birds with one stone…Does anyone know if it is possible to have the “full-image” (which is the one inside the individual posts) link to the actual image? The size of “full-image” is sort of a pain. So I would love to have a large preview and once clicked, bring it into the full size.
Forum: Fixing WordPress
In reply to: Single.php doesn't seem to be compatible with my sidebar?Tried out a few things, still can’t get those images up. I tried recoding header.php but then the whole thing went crazy. It looks like the theme I chose has a lot of HTML problems. Anyone have any suggestions?
Thanks.
Forum: Fixing WordPress
In reply to: Single.php doesn't seem to be compatible with my sidebar?Thanks for your reply. I ran the code and corrected all the errors. The sidebar seems to be fixed. I re-ran it through and it says it’s clean. However, now I’ve lost my header and footer images. They’re still visible on index.php but missing on any other page (inc. single.php and pages)? Any ideas?