Re: [wp-testers] Custom navigation - sub menu items

2010-04-12 Thread Azizur Rahman
This issue was resolved. Not sure if it had come back? Have you cleared your browser cache? Azizur Rahman ProDevStudio http://prodevstudio.com If you are running east looking for a sunset, you'll never see it no matter how hard you try. On 12 Apr 2010, at 01:47 PM, Mehmet Ozekinci

Re: [wp-testers] Custom Post Types single.php not working

2010-04-12 Thread Michael E. Hancock
From: Jimmy Roy jimmy@gmail.com I haven't any answer for this problem but I'm interesting to know if you know a tutorial about how to use custom type, I already know how to create it, now it's the second step, how to display it. This thread has some possibilities

Re: [wp-testers] Custom Post Types single.php not working

2010-04-12 Thread Michael Van Winkle
I've been troubleshooting this on my own sites and have found there are at least two different erros that can cause the problem. First, make sure the rewrite parameter in the register_post_type() function is set up properly. It should be 'rewrite' = array('slug' = 'YOUR POST TYPE'). I found that

Re: [wp-testers] Custom Post Types single.php not working

2010-04-12 Thread Paul Robinson
I don't want to be seen as hijacking a thread or anything, but I was wondering. In the final version of 3.0 will permalinks be automatically rebuilt when adding a post type or will we still have to go settings - permalinks like we do now? Not that it's much of a problem, just wondering is all. :)

Re: [wp-testers] Unable to save custom Link URL for Featured Images on Custom Post Type

2010-04-12 Thread Dion Hulse (dd32)
On Tue, 13 Apr 2010 04:50:39 +1000, Ross Chapman r...@folkspants.com wrote: When setting a featured image on a custom post type the changes I make to the Link URL field don't take upon Save, and the default File URL link remains. If I go through the Image Uploader from the WYSIWYG it's

[wp-testers] can't query/get posts of custom post type using category argument

2010-04-12 Thread Ross Chapman
Not working using category_name or category with ID. Example: ?php $args = array( 'post_type' = 'team', 'category_name' = 'Executive', 'numberposts' = -1,