Davo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link Manager rel: Field ResetsI’ve got this problem as well. Any ideas anyone? Or at least point us in the right direction?
Forum: Fixing WordPress
In reply to: Permalink title oddityThanks for the advise Beel, didn’t see your post till after the thread refreshed because I added my post 😉
Forum: Fixing WordPress
In reply to: Permalink title oddityYou’re absolutely right Kafkaesqui. I looked in the post slug field and there were indeed numbers in it like you said. I didn’t realise that the post slug is used for the permalink postname, especially since it’s added automatically. I always figured the postname was created on the fly using the post title, but never stored anywhere.
I went in an deleted the numbers and saved them empty. This generates a post slug based on the title. If any WordPress codex dudes/dudettes read this it might be worth mentioning the use of the post slug for Permalinks on the Using Permalinks page?
Thanks for the tip Kafkaesqui! 🙂
Forum: Fixing WordPress
In reply to: Help! I’ve installed but I have two issues…Have a look in the Codex:
http://codex.wordpress.org/Template_Tags/wp_register
The default
<?php wp_register(); ?>is meant to have a<li>, so just use the<?php wp_register('', ''); ?>instead.Forum: Installing WordPress
In reply to: see blank screen after upgradeThis might be obvious and probably doesn’t apply to all of the above cases, but make sure that the theme you’re using before the upgrade is still there/put back after the upgrade.
Forum: Fixing WordPress
In reply to: Wp_register & wp_loginout don’t change?I’ve got the same problem. Everything works fine when the user is in the author group (so level 1+) but, for Level 0 users the Register and Login links don’t change to Site Admin (which should really be ‘Profile’ for all but the admin) and Logoff.
Is this a known issue? Or are we doing something wrong? Just fyi, I need to keep the level at 0, but do want to see those links change.