PDA

Просмотр полной версии : как прикрутить счётчик LI в вордпресс


Дикс
08.10.2009, 16:24
есть простое быстрое решение?

ReanimatoR
08.10.2009, 16:30
http://sitename/wp-admin/theme-editor.php?file=/themes/different/footer.php&theme=different

у меня такой код

<?php get_sidebar(); ?>
<div id="footer">
<div class="footer_block">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="70" width="50%" align="left" valign="bottom"><!-- сюда можно поставить счетчики --></td>
<td height="70" width="50%" align="right" valign="bottom"><small>Зафигачено на <a rel="nofollow" href="http://ru.wordpress.org/" target="_blank">WORDPRESS</a><br />
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='http://counter.yadro.ru/hit?t25.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число посетителей за"+
" сегодня' "+
"border='0' width='88' height='15'><\/a>")
//--></script><!--/LiveInternet-->
</small></td>
</tr>
</table>
</div>
</div>
</body>
</html>

F4R
08.10.2009, 16:31
вфв