Shows posts based on key/value
-
Here is my problem:
1] I am showing key/value pairs for each post after
the post text.Example: Assume that I have a wordpress blog which is
a job site. Every post on the site will contain the
job description followed by the Key “Location” to
display the location of the job.So the key value is shown as:
Location: London | Paris | California
2] I want the above values [London, Paris, California
] to be shown as a hyperlink. When I click on the
London hyperlink it should show me all posts [job
openings] in London. If I click on Paris it should
show me all posts [job openings] in Paris and so on.Is there a plugin to do this? If NOT how do I implement this feature using custom SQL query?
Any help will be deeply appreciated.
- The topic ‘Shows posts based on key/value’ is closed to new replies.