Support » Plugin: User Submitted Posts – Enable Users to Submit Posts from the Front End » Redirect post title to user_submit_url

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Not possible with current version but is on the list for a future version.

    Thread Starter xiscomax

    (@xiscomax)

    thanks for the quick response, you know when the new version will be available?

    Plugin Author Jeff Starr

    (@specialk)

    I’m currently finishing up a new book and will be updating plugins after it’s complete.

    I’ve gotten this to work by modifying the “single.php” in my theme (twenty twelve)
    I call the function in <header class=”entry-header”>

    <a href="http://<?php echo get_post_meta($post->ID, "user_submit_url", true); ?>" target="_blank">  <h1 class="entry-title"><?php the_title(); ?> </a> <br /> <!-- Inserts the submitted url to the title -->
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Redirect post title to user_submit_url’ is closed to new replies.