pcoghlan65
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adding sidebar to single post viewJust wanted to add to this and say thanks a million, very helpful. Just made the change myself in 2 minutes.
Paul
Looking at the two files the differences are:
1) Change the line near the top of single.php from
<div id=”content” class=”narrowcolumn”>
to
<div id=”content” class=”widecolumn”>
2) Add this line immediately above the final line
<?php get_sidebar(); ?>
so that your final two lines are:
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: odd comments, are these spam??OK so, and bear in mind I am brand new to this, I should simply delete it then?
Many thanks for your replies.
Forum: Your WordPress
In reply to: new addition, feedback much appreciatedNot one comment? Hmmm…I suspect my site is too ‘plain vanilla’ to merit a mention. OK, fair enough, I can accept that. Thanks anyway to anyone that took a look, about 40 or so according to my referral URL stats.
Forum: Fixing WordPress
In reply to: Web stats question, script locationOtto, many thanks! I decided to go back to the original code and now all is OK. I must have screwed it up somehow but I now have stats back on all pages with one instance of the code in footer.php.
Paul
Forum: Fixing WordPress
In reply to: Web stats question, script locationhmmm… I am not too experienced in the code aspect of things so didnt realize it had to be on multiple lines.
Hopefully the way I have it now (I just changed it) should be fine.
Thanks,
PaulForum: Fixing WordPress
In reply to: Web stats question, script locationOtto, stats not working at all with it in footer. I will dig elsewhere.
Thanks,
PaulForum: Fixing WordPress
In reply to: Web stats question, script locationThanks Otto, I have IP filtering which will remove my hits but the footer.php file should get me what I want.
Although….
Won’t this result in two visits per page (one for the post and the other for the footer?) in which case I can remove it from each post and include it ONLY in the footer?
Thanks again,
Paul