thepete
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme switching without me asking for ithttp://wordpress.org/support/topic/77582?replies=23
Apparently it there may be an issue with Alex King’s WP-Mobile plugin. If you’re using it, deactivate it and see if the theme switching stops. I’m trying that now–so far, so good.
Forum: Themes and Templates
In reply to: Theme switching without me asking for itSame problem here–I deleted the other themes and now my site will simply not display when WP arbitrarily changes themes.
And I don’t even use style.css. I use my own custom css and don’t invoke style.css at all. I uploaded it once and that’s it.
Glad to see I’m not alone here.
Forum: Fixing WordPress
In reply to: Trouble Serving Multiple DomainsThat was definitely it, Moshu! Thanks!
For anyone else having a similar issue with canonical URLs, you can read more about it here:
http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/
Or do what I did and just install a plugin that disables this feature–the plugin is available here:
http://txfx.net/files/wordpress/disable-canonical-redirects.phps
Personally, I think there should be an option to turn on and off this feature or at least have a way to tell it not mess with the domain for cases like mine. But either way, I’m happy now.
Forum: Installing WordPress
In reply to: Upgraded from 2.2 to 2.3.2 and WP can’t see wp_postsn/m just deleted everything on the server and started from scratch. Installing 2.3.2 the second time round did the trick.
Forum: Everything else WordPress
In reply to: [solved] Slug as stringLeodes, thanks–that worked like a charm.
Otto42, where did you find that? I was looking all over the place for just a bit of code that would do this. Ah well. Thanks to you both for sharing!!
Forum: Installing WordPress
In reply to: ‘delete post’ on front end?Brilliant solution! Thank you!! The only thing that scares me is that there is no “are you sure?” alert before the post is actually deleted. Still, I’m a big boy. I can deal with the responsibility. 🙂
Thanks!
Forum: Fixing WordPress
In reply to: Changing ID numbersBut that doesn’t address the problem of needing to be able to change the cat IDs. It seems like the more advanced in age WP gets the less versatile it’s becoming.
I’m really tired of wrestling with WP to get it to do what I want it to do. And just when I work it out, it’s time to upgrade again.
Forum: Fixing WordPress
In reply to: Changing ID numbersI’m not sure I understand what “edit all the posts to stick the tags back on” means.
I’m curious why changing the category ID isn’t easier to do considering how easy it is to mess up the numbering.
Forum: Plugins
In reply to: Sort by child category idThat’s funny, this is labeled “resolved” but it doesn’t appear to be.
Forum: Plugins
In reply to: Changing appearance of all posts in one category on main pageYes, indeed–I’d like to know how to do that as well.
perhaps
<div class="<?php foreach((get_the_category()) as $cat) $id = $cat->cat_ID; ?>">?
I’ve managed to lose the code to pull the cat ID and the codex says it’s been “deprecated”. Which I believe just means “phased out.”
Forum: Plugins
In reply to: Twitter Tools can’t loginActually, mine just started working again. Maybe Twitter has worked out their changes?
Forum: Fixing WordPress
In reply to: wp_list_[foo] without LI tags??I’ve always felt that WP was a bit li and ul crazy. I had never seen either tag before I started using WordPress in 2004 and I’ve had some kind of web presence since 1996. I’ve always been a fan of less coding=better coding. But that’s just me.
Thanks for the plugin Paul, hopefully it will do the trick!
gave it a whirl, but no go–unless there’s a special tag for it, I can’t get it to work 🙁
Forum: Fixing WordPress
In reply to: Remove extra li and ul from wp_list_categories?This didn’t work for me. 🙁 And it seems to be screwing up my div in MSIE. 🙁 🙁
Forum: Fixing WordPress
In reply to: Click Publish and then I see “Dead”. WTH?All these months later the only thing I could suss out is that it has to do with particular categories. I’ve just changed a bunch of category names around and added some new ones and can’t say I’ve had this issue come up in a while. Sorry I can’t be of more help.
Forum: Fixing WordPress
In reply to: Twitter Tools – Daily Digest w/ different AuthorThat doesn’t make any sense since why would Twitter.com return data that would say a different author wrote it? I think Twitter Tools is a great plugin, but this is a very odd bug indeed. It seems to assume that the first user listed in the “Author” section on users.php is the correct author for the digest, however, it should be simply assuming the digest belongs to the admin. The admin is listed as the first user listed under “Administrator”. What kind of data could Twitter feed your plugin that would have it make that mistake?