• Resolved justbishop

    (@justbishop)


    I have a custom post type called “feedback”, with a hierarchal taxonomy of “rating” (positive, negative, neutral) and a non-hierarchal one of “member”. I’m trying to use it as a system for my users to leave feedback for one another on classified ad transactions.

    So, say you bought something from “testuser” and wanted to leave them a positive rating. You’d created a new feedback post, type “testuser” into the Member tax area, tick the checkbox for “positive” in the Rating tax area, type your comment/explanation in the content area, and publish.

    Now to displaying these things…I’ve created a template single-feedback.php, and figured out how to display the “Rating: positive, about member: testuser” on this template. My issue is that the links are pointing to:

    http://www.clothunderground.com/blog/rating/positive/
    http://www.clothunderground.com/blog/member/testuser/

    This of course, leads to a 404 for both, I’m assuming b/c of the “blog” part. I’ve tried visiting and updating my permalink structure as advised by all of the other threads on custom taxonomy/permalink issues I’ve found, but that doesn’t seem to help anything. I also made a copy of my archive.php added the custom tax tags to display that stuff, and named it taxonomy-feedback.php, but the following URL doesn’t seem to be using it:

    http://www.clothunderground.com/feedback

    Am I doing something wrong??

    Basically, what I need is a way to put separate links on a Buddypress profile to each user’s:

    – positive ratings posts
    – neutral ratings posts
    – negative ratings posts

    Something that spits out a “(n)” next to each would be wonderful as well!

    Like most of the issues I seem to have, this seems like it should be fairly easy, but probably has a really complicated answer! Any ideas?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Custom Post Types/Taxonomy Archive Permalinks?’ is closed to new replies.