Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortruemitra
    • CommentTimeSep 13th 2008 edited
     
    Dear Contributors,
    Hello !!!
    Is it Possible to add adsense(or other) code between the raws in Pages Like this Actully I want to put Two (728 width) ads between these rows. If it is Possible than What Should I do ?
    • CommentAuthorPieperLy
    • CommentTimeSep 16th 2008
     
    hello,

    you must edit the picture.php in your theme for adsense on sites with pictures, on album sites, you must edit the album.php in your theme.
    example on picture.php:

    <a target="_blank" accesskey="v" href="<?php echo plogger_get_source_picture_url(); ?>">
    <img class="photos-large" src="<?php echo plogger_get_picture_thumb(THUMB_LARGE); ?>"
    title="<?php echo $picture_caption; ?>"
    alt="<?php echo $picture_caption; ?>" />
    </a>

    <div style="text-align: left;padding-left:70px">

    here your googlecode

    </div>

    this make adsense under picture with 70px to left.
    PieperLy
    • CommentAuthortruemitra
    • CommentTimeSep 16th 2008
     
    Thank you so much for reply ....
    Sorry..... but that was not the answer of my question.