treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Where is Edit This Entry coming from?

  • I'd really like to develop a couple of things around the whole "Edit this entry" link that shows up for editors when they are logged in when using Wordpress. I want to make it a nice formatted button along with a couple more links. Can anyone point me in the direction of a central place that's being pulled in from?

    Thanks in advance!
  • in the PHP you need to look for this:

    <?php edit_post_link('Edit', '', ' | '); ?>

    you can find info about it here:

    http://codex.wordpress.org/Template_Tags/edit_post_link

    Everything else you can find out by viewing source and checking where it is - if you want to style it with CSS...