Wordpress code for "edit this entry"???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Halcyon
    Spread The Pink!
    • Dec 2002
    • 8609

    #1

    Wordpress code for "edit this entry"???

    I am using a template that doesn't have that feature and I HATE it!

    Any way to easily add "Edit this entry" to be visible to all admins?
    HAL on TEDx:
  • BigBen
    Confirmed User
    • Nov 2004
    • 2299

    #2
    Use edit_post_link() within "the loop".

    Comment

    • Linguist
      Confirmed User
      • Apr 2004
      • 1706

      #3
      PHP Code:
      <?php edit_post_link('Edit', '', ' | '); ?>
      315-310

      Comment

      • Deej
        I make pixels work
        • Jun 2005
        • 24386

        #4
        yea - snag the code from another template. the above mentioned...

        Deej's Designs n' What Not
        Hit me up for Design, CSS & Photo Retouching


        Icq#30096880

        Comment

        • Halcyon
          Spread The Pink!
          • Dec 2002
          • 8609

          #5
          sweet! it worked!
          HAL on TEDx:

          Comment

          Working...