hatefulcrawdad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Prev/Next Post for same category onlyNo One?
Forum: Fixing WordPress
In reply to: Prev/Next Post for same category onlyWhen I use this code, the links break and don’t show up.
<?php previous_post_link('%link', '%title', TRUE); ?> <?php next_post_link('%link', '%title', TRUE); ?>
If I take out the TRUE and leave it blank, it works and shows correctly, but I want to only show links to next/prev in same category. Isn’t that what the TRUE does?
Forum: Fixing WordPress
In reply to: Permalinks problem with new custom post type/categorygiggety-bump
Forum: Alpha/Beta/RC
In reply to: Custom Post Type and Taxonomy Permalinks BrokenI’m having the same problem, posted about it. Not much help yet. Did you have any luck ever?
Forum: Fixing WordPress
In reply to: Permalinks problem with new custom post type/categoryAnyone have a clue?
Forum: Fixing WordPress
In reply to: Permalinks problem with new custom post type/categoryThanks for the response Shane, but it didn’t work.
Forum: Fixing WordPress
In reply to: Visual edit tab does not workLook in your user setting and make sure “disable visual editor” isn’t checked.
Forum: Fixing WordPress
In reply to: Permalinks problem with new custom post type/categoryIf i change the permalinks to default it seems to work fine. Anyone know how I can get this to work with pretty permalinks?
Forum: Fixing WordPress
In reply to: Permalinks problem with new custom post type/category*cries* damn you WordPress.
Forum: Fixing WordPress
In reply to: Custom Post Types and CategoriesOK, i got it fixed. I just redid the code again and it worked, strange. Something was off somewhere. Now I’m having problem with my links, when i click on the post name I get a 404 error. I guess I should post a new thread for that.
Forum: Fixing WordPress
In reply to: Widgets act different in IE and FirefoxSmells like an IE bug to me. IE always sucks. But other than that I have no help, sorry.
Forum: Fixing WordPress
In reply to: Custom Post Types and CategoriesShould I try creating my custom post type with a plugin or something? Can you send all the code you used on the test page you did? So I can compare it to mine, or try it on my installation?
Forum: Fixing WordPress
In reply to: Custom Post Types ‘Hierarchy’ bugWIth custom posts you have to have custom taxonomy. They do not currently work under the normal category/parent rules. I’m having some issues too trying to call certain categories from custom post types with my custom taxonomy.
Forum: Fixing WordPress
In reply to: Custom Post Types and CategoriesI tried the new query and it just sends all the posts in “portfolio” through. Hmmm. Does anything else look wrong in my code?
Forum: Fixing WordPress
In reply to: Custom Post Types and Categories*bump* sorry, but I’m stressing over this and just want it to work already. Anyone?