taxonomy plugin question
-
There are several plugins that support the notion of a “taxonomy”. Some do URL rewriting. But the end result of them seems to be to create virtual pages and things like “tag clouds”.
I need a way to do a URL rewrite, then pick up the value inside of a regular wordpress page.
I’ve played with the various taxonomy plugins I’ve found, but I can’t figure out how to get hold of values inside the page, and haven’t found any examples.
The plugin descriptions, where they explain anything, just show a couple of functions to call. How do you call these functions from within the content of a page?
(Do you need to use exec_php?)
I don’t need tag clouds or virtual pages. I just need to be able to take something like this:
mydomain.com/something/a_page/someid
and convert it to the equivalent of:
mydomain.com/something/a_page/?theid=someid
and then access $theid within the content of the page for a_page.
Thanks
-David
- The topic ‘taxonomy plugin question’ is closed to new replies.