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

    (@scribu)

    Yes, this is possible using the development version (2.2-alpha4), by having this kind of markup:

    <div class="fee-group">
      <?php the_title(); ?>
    
      ... whatever else you want to show/edit ...
    
      <div class="fee-edit-button">Your button</div>
    </div>

    You can replace <div> with whatever you want. The ‘fee-group’ and ‘fee-edit-button’ classes are what’s important.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Front-end Editor] more obvious edit button’ is closed to new replies.