3rd August 2012, 14:48
#6
1 out of 1 members found this post helpful.
da-mi un pm cu id-ul de skype, sau messsenger, ceva
3rd August 2012, 18:11
#10
1 out of 1 members found this post helpful.
Declari in single.php inainte sa introduci sidebarul (adik <?php get_sidebar(); ?>) :
<?php
global $UN_NUME_UNIC;
$UN_NUME_UNIC=get_the_ID();
?>
..iar in sidebar:
<?php
global $UN_NUME_UNIC;
if(isset($UN_NUME_UNIC) && !empty($UN_NUME_UNIC))
{
if(!in_array($UN_NUME_UNIC,array(1,2,3)))
{
?>
<script google....</script>
<br>
<?php
}
}
?>