faithx5
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pasting into HTML editor truncates textYeah, I did switch it to HTML editor, but it wouldn’t let me paste the whole post in there. It only kept the first couple hundred words. The site owner finally installed the plugin that puts back the old editor, so that worked. Seems dumb to have an HTML editor in the new one that doesn’t even work.
Forum: Fixing WordPress
In reply to: Author’s posts URL showing as admin rather than usernameSorry, code for the link is
<a href="http://[site]/author/<?php the_author_login() ?>">Forum: Fixing WordPress
In reply to: Multiple issues with Media GalleryI think twistedsymphony is right regarding changing thumbnail sizes; as far as I can tell, it only applies to newly uploaded images.
And I’ve had very little luck with the alignment settings. I usually want left or right alignment, with text wrapping, but I can’t even seem to make that work, so I’ve been manually removing the “class” attribute WP adds to the image that’s supposed to define the alignment and using “align=’right'” or whatever instead. For centering an image without text wrapping, I usually find that putting it between <center> tags works the best.
Forum: Fixing WordPress
In reply to: Multiple issues with Media GalleryOh, thank God. I’m sorry, I don’t know how I didn’t see that. I swear I looked through all the settings pages before posting, but apparently I didn’t.