Skip to:
Content
Pages
Categories
Search
Top
Bottom

Mapping WordPress tags with 2.0 tags

  • When pressing a forum tag I would love to show regular WordPress posts that contain this tag as well. Any thoughts on an easy way to do this?

Viewing 9 replies - 1 through 9 (of 9 total)

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    It’s easy to combine post types and taxonomies, but it’s difficult to come up with a UI that makes sense for both. Search the WordPress codex on how to combine post types and taxonomies. There are a few good examples out there.

    Ok thanks. Does the bbpress plugin use custom taxonomies for topic tags? Because if it just used good old tags (read old school taxonomy), wouldn’t my problem be solved?

    Maybe a feature request/idea for future releases of bbpress.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    It’s only a problem if you want it that way. :)

    bbPress is going to keep its core taxonomy separate from WordPress posts. If you want to merge them together, it’s completely possible to do on your own.


    Erlend
    Participant

    @sadr

    Would be interested to know what solutions you come up with for this tntc1978.


    enderandrew
    Participant

    @enderandrew

    Same here.

    Since my coding skills are modest I went ahead and asked Justin Tadlock (you need to be logged in to see his answer (best bucks you’ll ever spend)), to whom I always trust a reflective answer.

    But he’s answer only gave me little hope as well. So for now I’ve shelved it.


    Nova
    Participant

    @postcreative

    I wonder if anything has changed on this since last year.

    I’ve got a WordPress Custom Taxonomy that i’d like the forum, topics and replys to be tagged with – has anyone ever got this working?


    dannyjimmy
    Participant

    @dannyjimmy

    I’m in the same camp as @Nova; I’ve got custom taxonomies that I want to be included with forum posts.

    In the meantime I’m just creating my own post type “discussion”, i.e. faking a forum with wordpress posts.

    (the trick there is to find/create a view where posts are sorted by “last comment”)

    Did you figure anything out? (Nova or anyone else…)


    stevendaily
    Participant

    @stevendaily

    I was able to get a custom taxonomy associated with topics only partially working with bbPress 2.6a and WP 3.8, but the performance of queries was terrible compared to using postmeta. A query using a custom taxonomy that took 3.8 seconds took only 0.01 seconds with the same information stored in postmeta. So performance needs to be taken into account.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar