For timhickey:
Do I have the code here right that you are referring to above? Except that I put my I.P. Address where the x’s are right?
<?php
if (is_single() &&
$_SERVER[‘REMOTE_ADDR’]!=”xx.xxx.xx.xxx”){$link=”https://pingomatic.com/ping/?title=”.get_the_title().”&blogurl=”.get_permalink().”&rssurl=”.get_bloginfo_rss(‘rss2_url’).”&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&chk_feedburner=on&chk_syndic8=on&chk_newsgator=on&chk_feedster=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blogdigger=on&chk_blogrolling=on&chk_blogstreet=on&chk_moreover=on&chk_weblogalot=on&chk_icerocket=on&chk_audioweblogs=on&chk_rubhub=on&chk_geourl=on&chk_a2b=on&chk_blogshares=on”;
?>
<iframe src=”<?php echo $link; ?>” border=”0″ width=”0″height=”0″
scrolling=”no” style=”border:0px;margin:0px;padding:0px;”></iframe><?} ?>
Thanks for the help….