codergurl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: limit on nickname length for login?20
Forum: Fixing WordPress
In reply to: Php in a postForum: Fixing WordPress
In reply to: In wp_list_cats(); – how do I have link to show alI’m looking at the source, and the option is still there.
<? wp_list_cats('optionall=1&all=All Categories'); ?>Forum: Fixing WordPress
In reply to: date missing the dayDo you have something like this for the formatting? d F Y l
Forum: Fixing WordPress
In reply to: How can I control my children ?just let ’em run wild 😉
Forum: Fixing WordPress
In reply to: Showing category title in main content,yup.
Forum: Fixing WordPress
In reply to: Post PreviewForum: Plugins
In reply to: codergurl’s hacksForum: Fixing WordPress
In reply to: heeeeeeeelp ilost my blog passwordRun this query:
UPDATE wp_users SET user_pass = MD5( ‘new_pass’ ) WHERE ID = ‘1’;
First replace “new_pass” with the password you want to change it to.Forum: Fixing WordPress
In reply to: Preview before publish?You can find my plugin here. I wrote it for 1.3-alpha-2, but hopefully it’ll work in 1.2.
Forum: Fixing WordPress
In reply to: Preview before publish?I used the preview code from b2 and rewrote it for WordPress. I’ll post a how-to in the wiki soon.
Forum: Fixing WordPress
In reply to: Display one post per pageput $posts_per_page = 1; at the top of the page also
Forum: Themes and Templates
In reply to: Cat Links without List Tag?<?php wp_list_cats('list=0'); ?>Forum: Your WordPress
In reply to: When is WordPress 1.3 coming?Nucleus CMS & B2 Evolution both have multiblog support and are both open source. 🙂
Forum: Fixing WordPress
In reply to: Why should I upgrade -> 1.2did you run the upgrade script?
/wp-admin/upgrade.php