heyitsjosh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Showing post-dated entries on home pageAnybody? I did search the forums, but I can’t find a solution for WP v2.2. And I took out lines 559-563 of post.php, being:
if ( 'publish' == $post_status ) { $now = gmdate('Y-m-d H:i:59'); if ( mysql2date('U', $post_date_gmt) > mysql2date('U', $now) ) $post_status = 'future'; }and that did nothing.
Forum: Themes and Templates
In reply to: Problem with background image within a div in firefoxThank you both for your help, but I must just be a complete idiot. I cannot understand, why backgrounds for #main will work in Internet Explorer all day long, but they do not show up in Firefox.
I’m completely lost
Forum: Themes and Templates
In reply to: Post editor not formatting codenevermind. problem solved. there was a fix for it on the theme creators blog. Thanks though!
Forum: Themes and Templates
In reply to: Post editor not formatting codeThanks for the reply whooami. Mine does, however, say “read the rest.”
I don’t think I’m explaining the problem correctly.
Whats happening is that when I make a post, even if I format the post in the wordpress editor, it’s showing up on my page totally unformatted as one continuous block of text. If I insert a line break, it doesn’t show up. No HTML within posts works on my homepage. If you click the link to the page with the full post, then and only then does the formatting occur.
“more” doesn’t work either, because it’s code within the post, and none of that works. So to go to the actual page you need to click the post title.
I’m a wreck over here. Thanks for helping me though wooami, I appreciate it greatly!