Welcome, guest!

Feel free to read the blog, browse for themes, or join the club.

Insert "Edit" Link in Post

  1. I would like to insert an "edit" link next to my tag list at the end of each post.

    You can see my current setup here: http://quotes.practicalmanliness.com/general-douglas-macarthur/222/

    Thank you!

  2. You must be a logged-in exclusive member to view this reply.

  3. I inserted the code, but it still does not work.

    Do you know what could be wrong?

    Thank you!

  4. This seems to be the code dealing with this part of the post page:

    add_filter( 'hybrid_singular-post_entry_meta', 'my_singular_post_entry_meta' );
    
     function my_multiple_entry_meta( $meta ) {
          	return '<p class="entry-meta">[entry-terms taxonomy="post_tag" before="Tagged "] [entry-comments-link before=" | "]</p>';
          }
    
          function my_singular_post_entry_meta( $meta ) {
          	return '<p class="entry-meta">[entry-terms taxonomy="post_tag" before="Tagged "]</p>';
          }
    
    add_filter( 'hybrid_singular-post_entry_meta', 'my_singular_post_meta' );
    
         function my_singular_post_meta( $meta ) {
    	return '<p class="entry-meta">[entry-terms taxonomy="post_tag" before="Tagged "] [entry-edit-link before=" | "]</p>';
         }
  5. You must be a logged-in exclusive member to view this reply.

  6. Thank you!

    That works perfectly.

Reply

You must log in to post.

Limited Access

If you have an account, please take a moment to log in.

Non-exclusive members have limited access to the support forums.

To enjoy the full range of support, sign up for an exclusive membership in the theme club.

Support Forums

  • Core Framework (55 posts)
  • Hybrid Theme (22,711 posts)
  • Bliss Theme (255 posts)
  • Options Theme (10,362 posts)
  • Visionary Theme (767 posts)
  • WordPress (144 posts)
  • WordPress Plugins (2,146 posts)
  • bbPress Themes (308 posts)
  • General Discussion (5,572 posts)
  • Critical Theme (0 posts)
  • Hybrid News Theme (132 posts)
  • Hybrid Original Theme (26 posts)
  • Leviathan Theme (16 posts)
  • Life Collage Theme (9 posts)
  • Old School Theme (3 posts)
  • Outline Theme (108 posts)
  • Skeleton Theme (40 posts)
  • Structure Theme (2,768 posts)
  • Members Plugin (2 posts)
  • Cleaner Gallery Plugin (14 posts)
  • Get the Image Plugin (3 posts)
  • Message Board Plugin (0 posts)
  • Widgets Reloaded Plugin (0 posts)
  • Breadcrumb Trail Plugin (0 posts)
  • Query Posts Plugin (81 posts)
  • Hybrid Hook Plugin (7 posts)
  • Hybrid Hook Widgets Plugin (0 posts)
  • Hybrid Tabs (5 posts)