jthomson3rd
Forum Replies Created
-
Forum: Plugins
In reply to: custom signaturethanks
Forum: Plugins
In reply to: custom signaturei commented out that line of code
/* works soo far
🙂Forum: Plugins
In reply to: custom signaturethanks
i don’t think ill ever want borders anywhere 🙂
Forum: Plugins
In reply to: custom signaturei haven’t started blogging yet lol
anyways
http://onscottsmind.com/as u can see my sig has a border
Forum: Plugins
In reply to: custom signaturethis is strange, the 0 border trick should work but it isn’t
Forum: Plugins
In reply to: custom signatureSWEET. ONLY the image has a border or outline
Forum: Plugins
In reply to: custom signaturei’m using
Wooden Mannequin: Single Post (single.phpit didnt work. i’d rather not have to paste the url on every post. itd be nice if it was automatic
Forum: Plugins
In reply to: custom signaturethanks dude. the media library techmnique came to me last night too, and i’m doing it now
i’m modifying the wooden manequin theme. i want the sig on all; posts
Forum: Themes and Templates
In reply to: where do I upload custom signature so it appears on postshaha i screwed up the blog
OOPSForum: Themes and Templates
In reply to: where do I upload custom signature so it appears on postsi wonder where on the functions.php to add the code
Forum: Themes and Templates
In reply to: where do I upload custom signature so it appears on postsfunction post_signature($sign) {
global $post;
if($post->post_type == ‘post’) $sign .= ‘<div class=”signature”>
<img src=”<?php bloginfo(‘template_directory’); ?>images/sig.png” title=”” alt=”” />” alt=”signature” />
</div>’;
return $sign;
}
add_filter(‘the_content’,’post_signature’);Forum: Themes and Templates
In reply to: where do I upload custom signature so it appears on postsit doesn’t seem to work. perhaps cuz there isn’t an exact <?php the_content(); ?> in either the index or single.php
regardless therebis alspo the add a function method
function post_signature($sign) {
global $post;
if($post->post_type == ‘post’) $sign .= ‘<div class=”signature”>
<img src=”” alt=”signature” />
</div>’;
return $sign;
}
add_filter(‘the_content’,’post_signature’);Forum: Themes and Templates
In reply to: where do I upload custom signature so it appears on postsyou’re awesome
Forum: Themes and Templates
In reply to: where do I upload custom signature so it appears on postsa bit confused of what u suggested replaces exactly
<?php the_content(); ?>
<?php if (is_single())
{
echo ‘<div class=”signature”>
<?php bloginfo(‘template_directory’); ?>yourblog/wp-contents/themes/yourtheme/images/yourimage.png” title=”” alt=”” />
</div>’;
} ?>that what u meant?
Forum: Themes and Templates
In reply to: i want to modify appearance of footer section after postsI’m working both locally on my pc for testing and at http://onscottsmind.com/
the first light gray section says: Posted: August 13th, 2012 under wEB sERIES.
Tags: David Wain, Ken Marino, YouTube
Comments: none