OK.. this is odd.. maybe i am stupid.. I added the code EXACTLY where they told me to, but the PRINT LINK is still not there, however when i go into the post and add [print_link] it shows.. now, i CAN put that into every post i type, but i would be MUCH happier if i didnt have to.
here is the area where i am placing the code:
<div id="content">
<?php if(!is_home()) : ?>
<div class="breadcrumb">
<?php echo indomagz_breadcrumb(); ?>
</div>
<?php endif; ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); $loopcounter++; ?>
<div <?php if(function_exists('post_class')) { post_class(); } ?> id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to','indomagz'); ?> <?php the_title_attribute(); ?>">
<?php if(function_exists('wp_print')) { print_link(); } ?>
<?php the_title(); ?></a></h2>
maybe i am still putting it in the wrong place??