jrgilby
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Version? 2.8 shows up as abcI’ve had this issue for awhile, I first noticed it in the 2.0 Version.
Forum: Fixing WordPress
In reply to: Display category description?If that is the case, either the inherent
<p>tags need to be removed from Category Description or the Codex needs to be updated with this new behavior, as this does not appear to be the way the template tag was designed.And I’m pretty sure this was not the case in WordPress 2.2. I only noticed this behavior after upgrading to 2.3.
Forum: Fixing WordPress
In reply to: Display category description?Something else on this same subject:
I’ve been using the Category Description suggested above, for several versions of WordPress, now I’ve upgraded to 2.3.2 and there is a break in the paragragph tag.Even when I use the suggested format in the codex, I get a paragraph break between the Colon and the Description:
<strong><?php single_cat_title('Currently browsing'); ?> </strong>: <?php echo category_description(); ?>For example, this:
Currently browsing WordPress: WordPress is a favorite blogging tool of mine and I share tips and tricks for using WordPress here.
looks like this:
Currently browsing WordPress:
WordPress is a favorite blogging tool of mine and I share tips and tricks for using WordPress here.And the second line loses all the formating I have in the style.
I can’t seem to find a way around it, so the text appears as all one line.
Forum: Fixing WordPress
In reply to: Site hijacked, permissions wrong? Should be what?I’m seeing something similar. 3 times in the past week something changed in my wp_includes folder; and my site was just presenting a blank page.
I resolved the issue by re-uploading the latest wp_includes folder.
At first I thought it was a webhosting issue, but now that it has happened three times, and only to my WordPress application, I think it is much more malicious. I don’t know if it is a permissions thing.
I’ve put some measures in place to see what changes if/when this happens again.
Forum: Fixing WordPress
In reply to: <!–more–> teaser tag not workingIs there some hack we can use until 1.5.1 is released?