ianesque
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect after Registration and LoginThanks! Peter’s Login Redirect worked for me, but again not with wp-forum.
Forum: Fixing WordPress
In reply to: Redirect after Registration and LoginSame problem here… would appreciate a solution!
Forum: Fixing WordPress
In reply to: Media Uploader Inserts Wrong Post URLIs there a way to get the Image Uploader to automatically insert the permalink for the parent post itself? That seems a lot more useful to me anyway, frankly.
Many thanks, Otto, for clarifying!
-i-
Forum: Themes and Templates
In reply to: Problems adding CSS speech bubble layout in postsLittle help? Anyone? …Bueller? …Bueller? 😉
Forum: Themes and Templates
In reply to: Problems adding CSS speech bubble layout in postsSo I discovered that my WordPress theme was wrapping every post in an open div:
<div class="itemtext">By adding a
</div>to the start of each post’s code, I was able to clear a lot of the formatting problems I was facing due to cascading global styles. You can see the greatly improved results at regrettablemusic.com.However, now I’m realizing that everytime I edit a post with
<div>formatting in it, WordPress breaks the whole post layout by removing a bunch of my div tags! URGH! Under Options / Writing Options, I have “WordPress should correct invalidly nested XHTML automatically” turned off, but it’s still screwing up my code when I edit a post! Any thoughts?Please help! Thanks…
-Ian