randyd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help -Posts are showing in both parent and child categoriesAny suggestions?
Forum: Fixing WordPress
In reply to: Archives by Date Question for PodzI’ll do that next.
Thanks any ways
Forum: Fixing WordPress
In reply to: Modifying the Category Name Layout on Write Page?I can’t do that at this time because of some proprietary secrets.
On the WP 1.2.2 Write page I simply want to be able to have a list of categories and then a space and then another list of categories that are indented (not necessarily sub categories)
Is that possible?
Thanks
Forum: Fixing WordPress
In reply to: I need to “uncheck” the default category on Write PageThanks
That will work for my present application.
Forum: Fixing WordPress
In reply to: I need to “uncheck” the default category on Write PageI have a special need to use the simple edit on my site. It’s totally custom.
Any other suggestions to hack the code?
Thanks
Forum: Fixing WordPress
In reply to: I need to “uncheck” the default category on Write PageI tried that and I think that is the “Usual category that you can email a post to, not the default category that is checked when you go to the write page.
Any other suggestions?
Thanks
Forum: Fixing WordPress
In reply to: I need to “uncheck” the default category on Write PageForum: Fixing WordPress
In reply to: I need to “uncheck” the default category on Write PageThat’s not in WP 1.2.2
Any other suggestions?Forum: Fixing WordPress
In reply to: I need to “uncheck” the default category on Write PageCan I change the default category that gets checked?
Forum: Fixing WordPress
In reply to: I need to “uncheck” the default category on Write PageForum: Plugins
In reply to: New Plugin: Explicit Category SortFound it. In the dropdown_cats_exclude.php plugin file you can see all the various functions. One is sorting order. Default is by name. You can change it to ID by using the sort_column=”ID”
Example:
<?php dropdown_cats_exclude('sort_column=ID&exclude=4,5'); ?>Forum: Plugins
In reply to: New Plugin: Explicit Category SortI’m using drop down categories exclude by typedby.com and would like to be able to sort the categories the way I want rather than a ascending or descending order.
Any one have any suggestions?
ThanksRandyd
Forum: Fixing WordPress
In reply to: Search Script and Permalink Structure ConflictOk
I got it.
Had to change the action of the form to divert to my root directory where WP is located.Forum: Fixing WordPress
In reply to: Search Script and Permalink Structure ConflictCan anyone help on this?
Forum: Fixing WordPress
In reply to: Search Script and Permalink Structure Conflictjust bumping