zasa2007
Forum Replies Created
-
Yes Version 1.5.4 fixed the problem!
Thank you, Ruhani! 🙂
Forum: Themes and Templates
In reply to: Fatal Error with new templateI am having the same error problem with the same theme. What did you do just not use the Affiliotheme or did you fix it?
Forum: Fixing WordPress
In reply to: Posts..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=”http://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….