Editing Screen: Make Update or Publish Button Follow The Page
Solution based in this StackOverflow Q&A. Well, more a proof of concept than anything… Style and scripts being printed the lazy way. Add a fixed Scroll to top div linked to an anchor near the Publish button. add_action( ‘admin_head-post.php’, ‘scroll_to_top’ ); function scroll_to_top() { ?> <style>#box { /* Position absolutely, 30px down from the top … Read more