• mheider

    (@mheider)


    Hello and first off let me say that I’m using the Mandigo theme by tom.

    I have a simple question towards an HTML issue. I’m trying to make the comments image link with the No/1+ Comments link.

    The code is:

    <p class="clear">
    <img src="<?php echo $dirs['www']['scheme']; ?>images/comments.gif" alt="Comments" />
    <?php
    // comments link
    comments_popup_link(
    __('No Comments', 'mandigo'). ' &raquo',
    __('1 Comment', 'mandigo'). ' &raquo',
    __('% Comments', 'mandigo'). ' &raquo'
    );
    ?>
    </p>

    ..and I’ve tried multiple times to set this up. Like in the blog of omJAPAN you can see that his little image is linked up and aligned with the Comments link/text. My image seems to be above the text and not linked so it’s like it has no use, in my opinion.

    Thank you in advance,
    -Matt

    Edit: I’ve tried putting my code in between the backticks but it’s not working.

    [MOD NOTE] Code fixed

  • The topic ‘Image with link in Mandigo’ is closed to new replies.