![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I'm trying to add a signature to the functions.php and would like to replace the uploaded image with an image that's in the theme directory. is this possible?
CODE: // Add Signature Image after single post add_action('genesis_after_post_content', 'custom_include_signature', 1); function custom_include_signature() { if(is_single()) { ?> <img src="IMAGE" alt="Signature" /> <?php }} I would like to replace the <img src="IMAGE" alt="Signature" /> with something like this: (images/signature.png) thank you
__________________
Jacqui http://wackyjacquisdesigns.com |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image link in functions | AngieATC | General Discussion | 5 | 10-30-2011 07:49 PM |
| HELP! Image not pointing to correct directory | ajwmedia | General Discussion | 1 | 04-01-2010 04:17 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us