frojo56
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archived Messages have no PicturesOh wow, Thank you so much sdollen and you too Kafkaesqui, very helpful info. All is fine and dandy now. I ended up using the
the_content("Read the rest of this entry »");thing and it worked fine. But I definitely give props to Kafkaesqui and your the-excerpt-reloaded, that worked out great and my problems were most likely user-originated.Case closed. 🙂
Forum: Fixing WordPress
In reply to: Archived Messages have no PicturesThank you, the-excerpt-reloaded worked out pretty well. It got my images back up anyways. Had a little trouble with the include so I had to use ‘include_once(“the-excerpt-reloaded.php”)’
Also, I’m not sure how WP does it, but when I hit enter/return while editing the post text, it automatically places a
<p>tag there (well, somewhere, it’s never apparent in the edit textbox, but from the site formatting, it must be when viewed), but when the_excerpt_reloaded() does it’s thing, there must not be any<p>to parse. I added the string'<a><img><center><p>'to the function but I guess I’ll have to add the ” manually. Unless someone knows of a fix, or even what the heck I’m talking about.Thanks.
Forum: Fixing WordPress
In reply to: Archived Messages have no PicturesI have not done anything to my permalink structure, I have left it to wordpress defaults. The problem doesn’t come from a broken link, but a failure for wordpress to add the ‘img’ tag to the corresponding post in the archived messages area.