Edde
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I was adding links to sidebar, now sidebar is emptyIt seems you’re missing more than just your sidebar. Your website doesn’t react.
Adding links without address doesn’t seem to work. There is no error message, but the link is NOT added. Add at least:
http://Forum: Fixing WordPress
In reply to: How to add a text header when selecting a category?Categories have a description field (Manage -> Categories -> Click any existing category -> Update the Description field)
In your template(s) add
<?php echo category_description(); ?>
to display the description.I must say this is untested, as I use it myself with a few selected categories:
<?php echo category_description($catid); ?>Forum: Fixing WordPress
In reply to: Guest Author (Contributor) uploading imagesOne problem remains: now all contributors are allowed to delete images uploaded by others too.
Forum: Fixing WordPress
In reply to: Admin Menu Link Problem@maxguncel: strange behaviour, but your tip did it! Thanks!
Forum: Requests and Feedback
In reply to: WP 2.6.2 readme needs updatingAhum.
@14words: thanks!
Forum: Requests and Feedback
In reply to: WordPress for Iphone? NO!Hmmm, I kinda like the app.
*** advertisement *** 😉
Marketing or not, the iPhone rockz and is one-in-a-kind at the moment. Phone, Internet (with a real browser), GPS, acceleration detection and touch screen. All in one device. It’s almost scary. 🙂 But before I start to sound like Steve Boom! Jobs: I can imagine the makers just HAD to create this application. I don’t blame them. It’s lovely. Thanks!
Forum: Themes and Templates
In reply to: wp_get_attachment_image argumentsI’m trying to grab the medium version as well. Since this feature is still sparsely documented – the medium version is not mentioned in the function reference…
Would you post your solution for all of us?
Thanks!
EddeForum: Plugins
In reply to: [Plugin: podPress] Podcast not compatable with WP 2.6Why in the world would I try using IE7? Of course I’m using Firefox, you silly K-nig-ht 😉
Forum: Installing WordPress
In reply to: The version 2.6 will not work! Dont install!@qingfang: Did you try http://wordpress.org/support/topic/189137 ?
Forum: Installing WordPress
In reply to: The version 2.6 will not work! Dont install!@maclord: hehe, dozens? Well, you’ve got my attention. 😉
I’ve found (also with previous upgrades) that just uploading the new files, overwriting the old ones (and I checked the FTP-client settings: it was set to overwrite!) sometimes is NOT the same as removing the
wp-includesandwp-admindirectories and uploading the new ones. Really, I can’t explain, but it has helped me in the past. Maybe it’s just my browser acting up, but following the instructions to the letter and removing the directories instead of overwriting them seems to work.Forum: Installing WordPress
In reply to: Dashboard & Admin Redirect?@jdnforjc: I think mrmist is right, this doesn’t sound like upgrade problems to me either. Make sure your files and directories are only writable if needed. Your theme files usually DO NOT have to be writable.
Forum: Installing WordPress
In reply to: Problem with WordPress 2.6@ysamphy: No problem! Others helped me too…
Forum: Installing WordPress
In reply to: The version 2.6 will not work! Dont install!@elements: according to the error message, the UltimateTagWarrior plugin is still alive and kicking. If you did remove it (?!) make sure you empty all cache: (wp-cache/super cache, browser cache,…)
As stated somewhere by Otto42, in other words, but: why not really get rid of UltimateTagWarrior? Disabling a plugin (since tags are a part of wordpress now) is always a good idea. From a performance point of view.
If you didn’t already do so; I’d re-upload all new WordPress files and make sure you’re actually looking at what you think you’re looking at: (BACKUP FIRST!)
- Delete your old wp-includes and wp-admin directories
- Copy the new WordPress files to your server, overwriting old files in the root. You may use FTP or shell commands to do so. Note that this means *all* the files, including all the files in the root directory as well.
See: http://codex.wordpress.org/Upgrading_WordPress and stick to it to the letter. It helped me out in the past.
Edde
Forum: Plugins
In reply to: [Plugin: podPress] Podcast not compatable with WP 2.6@jerd: Podpress doesn’t seem to like the new features: http://wordpress.org/support/topic/189508
Forum: Plugins
In reply to: Podpress breaks Auto Caption featureAdding
define ('WP_POST_REVISIONS', 0);to
wp-config.phpdoesn’t solve this problem.