Support » Themes and Templates » Image in edit Post Link

  • I want to put a image just before the edit post link. My problem is that i don’t know to get the image with a php function inside.

    The (bad) code is:

    <?php edit_post_link( __( ‘Edit’, ‘twentyten’ ), ‘<span class=”meta-sep”>|</span> <img src=”<?php bloginfo(‘template_url’); ?>/images/icon_edit.gif” alt=”” style=”vertical-align: middle”><span class=”edit-link”>’, ‘</span>’ ); ?>

    Any help?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Image in edit Post Link’ is closed to new replies.