<? $query = "SELECT * FROM `dentopolis_posts` WHERE `post_status` = 'publish' AND `post_type` = 'post'"; $str=$row['post_content']; } ?>
to powoduje wypisanie liczby słów każdego artykułu...ale jak to zsumować?
http://dentopolis.org/count.php
<? $query = "SELECT * FROM `dentopolis_posts` WHERE `post_status` = 'publish' AND `post_type` = 'post'"; $str=$row['post_content']; } ?>
<? $query = "SELECT * FROM `dentopolis_posts` WHERE `post_status` = 'publish' AND `post_type` = 'post'"; $suma= 0; $str=$row['post_content']; $suma += $liczba; } ?>