mustangviper
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Truncated long blog entiresBen, I saw that but I do’t think it’s an excerpt problem. If you look at the post, I am not getting the tell-tale “…” which would indicate that it is truncating it. When I edit the entry, all of the lines are there, they just don’t show up in the regular post.
Forum: Fixing WordPress
In reply to: Truncated long blog entiresI looked over the code but it is a big hairy bastard and don’t have the skills to see if/where it would limit it.
Forum: Fixing WordPress
In reply to: Truncated long blog entiresOops, I guess I would have to. It doesn’t show up in the “Templates” or “Styles” column in the Edit Theme menu.
Forum: Fixing WordPress
In reply to: Truncated long blog entiresOh, and I don’t have a functions.php file 🙂
Forum: Fixing WordPress
In reply to: Truncated long blog entiresI am using something called Blue-Bye-you by Brian Ellis but I’ve done a lot of bare knuckle hand coding on it. It’s old and doesn’t have a lot of the newer built in bells and whistles but I don’t want to start over and like the layout the way it is.
Forum: Fixing WordPress
In reply to: Truncated long blog entiresShane,
Thanks for your reply. I looked at both of those files and I don’t have the_excerpt()in any of the code.
I do have this:
<div class=”entry”>
<?php the_content(‘Click here to continue reading »’); ?>
</div>I think it might have something to do with have more than 2000 lines but it hasn’t been a problem until now so I’m thinking it has to do with one of the version updates.
Any other ideas?
Forum: Fixing WordPress
In reply to: Slow-to-no loadingWow, thanks a lot kmessinger. My router must just be having a bad night.
I finally got in and stripped off all the misc add-ons and gizmos. I’ll reintroduce them a little at a time and see if one of them makes it choke.
Thanks again for the quick help.