wyrm11268
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: new or updated posts trigger hits to links in postsHi,
I checked index.php of wordpress and your theme – also theme’s header.php – inspect wp-config.php and do not think there was anything odd.
Again I am not sure about code but if anyone has more ideas I would be very grateful.I ran virus checks on my pc, nothing. I did another post and again the links in the post got 25 hits.
Thanks
Forum: Fixing WordPress
In reply to: new or updated posts trigger hits to links in postswhoop ignor the empty index I was looking under themes
thanks for you help
Forum: Fixing WordPress
In reply to: new or updated posts trigger hits to links in postsMy index.php under the themes is empty?
Forum: Fixing WordPress
In reply to: new or updated posts trigger hits to links in poststhanks going to look now but to be honest not sure I will know what is not normal :-0
Forum: Fixing WordPress
In reply to: new or updated posts trigger hits to links in postsHi Samboll,
Thanks for the reply. What should I be looking for on my source? I looked at the bottom<script type=’text/javascript’ src=’http://newgameguides.com/wp-content/themes/arras-theme/js/jquery.cycle.lite.min.js?ver=2.9.2′></script>
<script type=”text/javascript”>
jQuery(document).ready(function($) {$(‘.featured’).hover(
function() {
$(‘#featured-slideshow’).cycle(‘pause’);
$(‘#controls’).fadeIn();
},
function() {
$(‘#featured-slideshow’).cycle(‘resume’);
$(‘#controls’).fadeOut();
}
);
$(‘#featured-slideshow’).cycle({
fx: ‘fade’,
speed: 250,
next: ‘#controls .next’,
prev: ‘#controls .prev’,
timeout: 6000
});});
</script>Does that mean anything to you or should it be there?
Again thanks for helping me. I just updated an old post and again 50 hits to the links on that post but not from visitors.