Lisa Haran 7 Report post Posted March 10, 2011 Hi all, Just moved my wp site to new address and everything gone smoothly so far. I just noticed a little white dot appear after my blog date and outside the date time span class which makes this even wierder. http://www.kinlaydublin.ie/blog/ The last time I was on to you you suggested some css updates which I made, please see below. This is the code I see when using firebug <span class="date time published" title="2011-03-10T12:51:04+0000">10 Mar </span> . .single span.post-comments {display:none;} .single span.date{display:none;} .single span.sword{display:none;} .sword {display:none;} .post-edit-link a{display:none;} Share this post Link to post Share on other sites
Kate 3 Report post Posted March 10, 2011 Hi Bren - Did you make any PHP modifications? Share this post Link to post Share on other sites
Lisa Haran 7 Report post Posted March 10, 2011 I have a developer assisting me with fixing the PHPSESSID. Could she have edited something that may be causing this "dot" to appear. Should I check any php file in particular? Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 10, 2011 That's actually a dot that is in the default metabar to separate the date ??? comment ??? etc...you'll have to get into the PHP to edit it. If you are on the most recent version then it will be a function that calls the post_metabar. Share this post Link to post Share on other sites
Lisa Haran 7 Report post Posted March 11, 2011 thanks cmunns, i have the most recent version of pagelines. is there any particular php file to find the post_metabar function? Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 11, 2011 I believe you're looking for library.templates.php Share this post Link to post Share on other sites