edasque
Forum Replies Created
-
How would one create a page not unlike news, which would list all the posts of type “people”. I got single-post working but that shows only one post at a time obviously.
Also, what would be the URL to all ‘people’ say and all people of taxonomy “instructor”?
Forum: Fixing WordPress
In reply to: Listing only top categoriesUnfortunately get_categories doesn’t have this depth parameter it seems. I can’t use wp_list_categories because I want to insert something between the level 1 categories and their child:
* Cat 1
– View All
– Child 1
– Child 2
* Cat 2
– View All
– Child 3
– Child 4Forum: Fixing WordPress
In reply to: Listing only top categoriesis there no other way, seems wasteful (even if I don’t have that many categories). I’d rather select from the get go the right ones.
Forum: Fixing WordPress
In reply to: change login redirectI am unclear as to what the procedure is on WP 2.0. I have the same problem with new users (subscriber level) being re-directed to the dashboard/user-profile page when I’d like them to be sent back to the main blog page.
Forum: Fixing WordPress
In reply to: WYSIWYG editor brokenI have the same problem here. We think our version of php is too old (4.1.2) as the plugin is failing on file_get_contents (requirement is PHP 4 >= 4.3.0, PHP 5)