Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: WP - virš naujienų reklama
Parašė Noyz· 2010 Lie. 21 18:07:43
#1
Sveiki, gal kas galėtų padėt įdėti virš naujienų 468x60 reklamą? Arba tik img.
Nežinau tiksliai kokį failą duoti, tad duodu indexą, sakykit jei kito reikia :D
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<div class="commentcount"><?php comments_popup_link('0', '1', '%'); ?></div>
<div class="title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="meta">Parašyta <?php the_time('F jS, Y') ?>. <?php the_category(' ') ?></div>
</div>
<div class="entry">
<?php the_content('<p>Read the rest of this entry »</p>'); ?>
</div>
</div>
<?php endwhile; ?>
<?php
if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
else {
?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Senesnės naujienos') ?></div>
<div class="alignright"><?php previous_posts_link('Naujesnės naujienos »') ?></div>
</div>
<? } ?>
<?php else : ?>
<div class="page" >
<h2>Rats... Whatever You Were Looking For Isn't Here!</h2>
<div class="entry">
<p>Sadly, the page that you thought was here ( or used to be here ) is not here anymore. Please hop back to our <a href="<?php echo get_option('home'); ?>">Home Page</a> or try using the search area off to the right to find what you were looking for.</p>
</div>
</div>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Redagavo Noyz· 2010 Lie. 21 18:07:41
Parašė Impossibru· 2010 Lie. 21 18:07:31
#2
Naudoti index.php, o kaip suprast virš naujienų?
Parašė Impossibru· 2010 Lie. 21 18:07:54
#4
<?php if ($count == 0) : ?>
<center><script type="text/javascript"><!--
google_ad_client = "pub-5144189693379482";
/* 468x60, sukurta 10.6.9 */
google_ad_slot = "7115064973";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
<?php endif; $count++; ?>
Toliau galvok pats, tokią temą kaip mano vis dar naudoji, tai neperdaugaiusiai ir padėti noriu...
Parašė mNm.· 2010 Lie. 21 18:07:18
#5
Manyčiau po
<div id="content">
dėt reiktų.
Parašė Noyz· 2010 Lie. 21 19:07:34
#6
Ieškom, buvom vieną radęs, bet img nesuprantam kaip įdėt į flash rotatorių. :|
Parašė viva· 2010 Lie. 21 19:07:48
#7
po <div id="content"> situo dek
Parašė Noyz· 2010 Lie. 21 19:07:53
#8
Ačiū labai +10 :)