• Resolved kolshix

    (@kolshix)


    How to add a button “Duplicate Post” to any place on the page (single.php) or index.php?
    something like:

    
    <?php 
     if ( is_user_logged_in() ) { 
        echo the_Duplicate_Button();
     }	
    ?>
    

    often have to copy posts, I would like to immediately on the search page (search.php) make a copy

Viewing 1 replies (of 1 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Sorry, there isn’t a way to do this with the current functionality. I would suggest using your search, find the page you want and then edit the page. On the edit page there is a button in the sidebar that you can use to duplicate the page. It not as streamlined as you want, but it just entails one more mouse click.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a button?’ is closed to new replies.