1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

Yg jago php & blog masuk sini

Discussion in 'Review Situs' started by toolame, May 14, 2006.

  1. toolame

    toolame Ads.id Pro

    Joined:
    Mar 5, 2006
    Messages:
    275
    Likes Received:
    3
    www.skinnities.com/wordpress

    Supaya iklan bisa selalu terletak diatas tulisan "Posted in Uncategorized" itu kode ads ditaro dibagian mana?

    Ini indexnya, dicoba masukin kemana mana kok ga keluar..


    <?php get_header(); ?>

    <div id="divContent" class="columntext">
    <!--
    this is a set up that shows the latest links - i have it set to show 5
    -->
    <div class="post">
    <div class="post-title"><h2>Latest Links</h2></div>
    <?php get_links('-1','<div class="latest">','</div>','<br />',FALSE,'_id',TRUE,TRUE,'5',FALSE,TRUE); ?>

    <script type="text/javascript"><!--
    google_ad_client = "pub-xxxxx";
    google_ad_width = 234;
    google_ad_height = 60;
    google_ad_format = "234x60_as";
    google_ad_type = "text_image";
    google_ad_channel ="9125555343";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "306C1C";
    google_color_url = "999999";
    google_color_text = "000000";
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>


    </div>

    <!--
    this is set up to show the blogroll, maximized to show 10 of them, randomly; why randomly?
    well for one its right on the front page, maximum exposure, seems only fair to randomize
    it so everyone has a fair shot
    -->
    <div class="post">
    <div class="post-title"><h2>Randomly Selected Blogs</h2></div>
    <?php get_links('1','[',']','',FALSE,'rand',FALSE,FALSE,'10',FALSE,TRUE); ?>
    </div>

    <!-- all the posting mechanism gets included here -->
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <?php include('post.php'); ?>
    <?php endwhile; else: ?>
    <p><?php _e('Sorry, there aren\'t any posts that match what you requested.'); ?></p>

    <?php endif; ?>
    </div>



    <?php get_footer(); ?>
     

Share This Page