erichar11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to completely restructure a blogpermalinks have been updated.
Forum: Fixing WordPress
In reply to: How to completely restructure a blogSorry, had to step a way for a bit. Yeah, the permalinks don’t work because I changed root of the blog so that it points to the root of the site rather than the /blog directory. I will update the permalinks.
Forum: Fixing WordPress
In reply to: How to completely restructure a blogSo where can I find out more about smart redirect. Can’t seem to find anything.
Forum: Fixing WordPress
In reply to: How to completely restructure a blogok, upgraded to wp 2.6, also set the root for the blog. Where can I setup the smart redirects?
Forum: Fixing WordPress
In reply to: How to completely restructure a blogThanks moshu,
1. Can be easily done.
2. Can upgrade to 2.6 easily. Question though. It sounds as if I need to change the permalink structure as well. Is that right? Also, smart redirect somehow must maintain a list of the old links and redirect them to the new link? Is that correct? What about the pages that are outside of wordpress currently? I assume I have to do a 30 redirect in htaccess. Is that correct?Thanks for the help. I know I’m probably overcomplicating it.
Forum: Fixing WordPress
In reply to: create many wordpress pages quicklyok, that’s an option, but was looking for something easier.
Forum: Fixing WordPress
In reply to: How to republish an old post?Thanks, I fixed it. Your assumptions were correct. I actually went back to the original version of the theme and everything worked as expected. Sometime in the past I must of modified the index.php in my changed version. Don’t remember doing that, but I fixed it.
Thanks.
Forum: Fixing WordPress
In reply to: How to republish an old post?Looks like the date of the post did change. I guess what’s my problem is that the date has changed, but it the post does not show up as the first post on the blog. Any thoughts?
Forum: Fixing WordPress
In reply to: How to republish an old post?Well, it’s not working, it should be simple, just change the post date via the edit post page. Doesn’t seem to work. Anyone have suggestions.
Forum: Fixing WordPress
In reply to: 2.5 Manage Wp-Admin PageThanks Sapphire, the pjw-wp-filter… plugin worked great. Definately a great find for those that need work with multiple authors. I was considering reverting back to 2.3 Hopefully, this will resolve one of the biggest issues I had.
Forum: Fixing WordPress
In reply to: How to revert back to wp 2.3?ok, it’s noted about the “May Not work as expected”. Personally, I would rather keep wp 2.5 and deal with the UI issues people are having.
I have so many gripes from others, but the biggest seems to be around the manage tab and authors not being able to filter their posts by unpublished, published or private. In wp 2.5, do you know of anyway to filter post by author and status? Once again just asking, that would be my biggest problem right now so I can keep 2.5
Forum: Fixing WordPress
In reply to: How to revert back to wp 2.3?Crap, I know I did for one blog, not sure about the others. Actually, I pretty sure I didn’t for some wp installs. Is there any easy way to revert back to wp 2.3 if you don’t have a backup? I doubt it, but I thought I would ask. I can always ask the hosting co to revert back to a previous version, don’t really like that option as I will loose some posts.
I thought that since the upgrade worked seamlessly for one blog, others would work just as well. And the upgrades were easy. Just didn’t realize how many people hated the upgrade. Geez, what a rookie mistake.
Forum: Fixing WordPress
In reply to: 2.5 Manage Wp-Admin PageThanks Rongo,
hmmm. looks like you can do pretty much the same thing by going to manage and clicking on the author link in the manage table. But, I still can figure out how to show post status by author (i.e. show me all drafts for a given author) Geez, if you have multiple authors, 2.5 is very cumbersome.
Forum: Fixing WordPress
In reply to: 2.5 Manage Wp-Admin PageI’m having the same problem. We have multiple authors/editors for our blog and they need the ability to filter posts by author and sort them via published and unpublished. With 2.5 we seem to have lost this functionality which was available in the previous release. If anyone can shed some light, that would be great.
Forum: Fixing WordPress
In reply to: show comments on single post pageI would think you would just need to add
<?php comments_template(); ?>
into the single.php page and within the loop. Not sure because I don’t know what your theme code looks like?