I'm building a site which lets users to submit links using User Submitted Posts plugin. I want every post title to link to its URL something like reddit. Moreover, User Submitted Posts plugin add URL to each post in the posts meta table. How could I do that?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
I just released a plugin that does pretty much that... you may want to take a look at the Recommended Links plugin and see how its done... or if this plugin works, try converting your links to the custom type I'm using and just install this plugin. My approach was to create a new custom post type for these links, add a postmeta entry for the URL they should link to, and filter |
|||
|
|
