Hehehe, dapet predikat “Expert of The Month” dari salah satu situs penyedia tanya jawab soal Coding WordPress. Selain dapet predikat, juga dapet prizes
Meski jumlahnya gak terlalu banyak, gpp, ilmunya masih ada yang membutuhkan
<?php
$paragraphAfter= 3; //display after the first paragraph
$content = apply_filters('the_content', get_the_content());
$content = explode("</p>", $content);
for ($i = 0; $i <count($content); $i++ ) {
if ($i == $paragraphAfter) { ?>
<div>Insert Ads Here</div>
<?php }
echo $content[$i] . "</p>";
} ?>
Mungkin sudah ada yang tau NetPeak Checker, sebuah tools untuk melihat statistik website, mulai dari PageRank, MozRank, Domain Authority ( Unlimited Checking ), Alexa, Google Index, Yahoo Index, Bing Index, dkk, fitur lengkapnya seperti ini : ( copas dari situs netpeak
)
— IP (IP address of the server that hosts the site);
— Subnet (shows the subnet number);
— Server Country;
— Server Region;
— Google Index (the number of site pages indexed by the Google search engine);
— DMOZ (the existence of a site in DMOZ catalog);
— SEOmoz Page Authority (the authority of the page according to the SEOmoz.org);
— SEOmoz Domain Authority (the authority of the domain according to the SEOmoz.org);
— mozRank (popularity of the page according to the SEOmoz.); Learn more