ravenheart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveI need a solution to this as well.
Forum: Fixing WordPress
In reply to: Is there still a problem with permalinks in 2.6.1?I’m finding I can’t change the permalinks for individual posts. I click ‘Edit’, change the link, click save and it defaults to the WordPress Dashboard screen and doesn’t save my changes.
Forum: Fixing WordPress
In reply to: Blank Index.php after server upgradeSolved mine. It was the Category Visibility-RH Rev plugin which only works on verion 2.0.
Forum: Fixing WordPress
In reply to: Blank Index.php after server upgradeI too have a blank index where posts should be appearing… but my admin pages are fine and I can see all my posts.
I upgraded two sites at the same time. The newer of the two started life on wp 2.5 and is still working fine.
The other was on 2.0.1, so it’s a big jump. As I say, the admin screens are fine and everything works. The index appears, and everything not coming from the wp database (i.e. images etc.) appears with no problems. But all the sections of my index page where post content should be are blank.
What’s really confusing me is the code in my index.php to populate these sections is indentical to the code in the site that still works.
Forum: Fixing WordPress
In reply to: edit / change author attribution on many posts at once?Aye me too, I need to do this on one of my sites.
Forum: Fixing WordPress
In reply to: Changing URLAh, yep, just done that moshu. Cheers π
Forum: Fixing WordPress
In reply to: Changing URLVictory.
Had to manually change the siteurl in the wp-options table via phpMyAdmin on the database, then I could properly access the admin console.
Forum: Fixing WordPress
In reply to: Changing URLcocca.cx
Forum: Fixing WordPress
In reply to: Changing URLI don’t know, erasing everything has that sexy sense of danger to it π
I’m being foiled by Sending Referrers at the moment.
Forum: Fixing WordPress
In reply to: Category pages display just 10 postsChanging the Loop didn’t work (but it is neater, so thanks for that).
CQS is awesome and that’s done the trick. Thanks for that too. I’ll be making good use of that!
I’m still learning what’s old and what’s new in our code since I’ve inherited maintainance of the site from elsewhere and am currently building a sister site on a newer version of WordPress.
Forum: Fixing WordPress
In reply to: Category pages display just 10 postsWill templates pull in the styles and formatting from the rest of the site, though?
We don’t use templates for anything else at all. Everything is driven by index.php and a style sheet.
Forum: Plugins
In reply to: Show posts from multiple categoriesI’m finding that cat=1,2 when querying index.php (i.e. index.php?cat=1,2) is only showing 10 posts from both categories, rather than all of them.
/category/categoryname/ is doing the same. This is in 2.3.1.
Wasn’t a problem in 2.0.1
Forum: Fixing WordPress
In reply to: How to filter posts for Union or intersectionI want to do exactly the same thing, but within query_posts.
Is there a way?