randyd
Forum Replies Created
-
Forum: Plugins
In reply to: Adding a Field in Admin/UsersNever mind
I found it. It’s in admin-functions.php under the user_row function.
Forum: Your WordPress
In reply to: Here’s my new site – Link BannersPop ups are gone. Thanks for that feedback. I’ll work on the bland look. I agree. I first wanted to get the inner workings done.
Any other comments are welcome.
Forum: Your WordPress
In reply to: Here’s my new site – Link BannersSure would like to get some good constructive feedback on this.
Thanks
Forum: Fixing WordPress
In reply to: css questionForum: Fixing WordPress
In reply to: css questionAnyone have any suggestions?
Forum: Fixing WordPress
In reply to: rss per blog categorySet up your link to the RSS feed with /wp-rss2.php?cat=x
where x is the ID of your categoryForum: Fixing WordPress
In reply to: RSS per category stopped workingWell I deactivated my plugins and reactivated them and now everything seems to work again.
Forum: Fixing WordPress
In reply to: Need help -Posts are showing in both parent and child categoriesstill waiting to resolve this
Forum: Themes and Templates
In reply to: Category Listing PageUse
in your template. If you want to exclude some categories use (‘exclude=x, x, x,’)
<ul><?php wp_list_cats(); ?></ul>
Forum: Fixing WordPress
In reply to: A way to restrict category choices (per user) on post.phpHey,
This is what I need too.
Has this been resolved?
Please let me know.
Thanks
Forum: Plugins
In reply to: Listing Categories on the Write Pagebump
Forum: Plugins
In reply to: allowing users to only post to one categoryYou might try
http://www.skippy.net/blog/category/wordpress/plugins/vhost/Let me know how it works out
Forum: Plugins
In reply to: Listing Categories on the Write PageAnyone have any suggestions? Would I have to write a plugin?
Forum: Plugins
In reply to: Listing Categories on the Write PageThe only way they become listed in that manner is if you create that relationship in the Manage>Category section. I don’t want to do that. But I want to make it look that way. Is there a way to hack the code or use css so it displays that way?
Forum: Plugins
In reply to: Listing Categories on the Write PageThank you for the response.
I understand.
But what I really want to do is be able to manipulate the listings of the categories on the Write Page-make them look like a hirerachy structure without making them so.