I understand but I would like to try this at my own risk.
” Using JavaScript Method
This can also be considered as the manual method, in which you need to replace date and time code with a JavaScript based one. Generally date can be found in single.php and comments.php file of your WordPress theme.
If the_time is used:
<?php the_time(‘F j, Y’) ?>
Should be replaced with by the below code.
<script language=”javascript” type=”text/javascript”>document.write(“<?php the_time(‘F j, Y’) ?>”);</script>
OR
If the_date is used:
<?php the_date() ?>
Should be replaced with by the below code.
<script language=”javascript” type=”text/javascript”>document.write(“<?php the_date() ?>”);</script>
Now, you need to wait till your website is re-crawled by Google. Date will be completely ”
Could you tell me where I can find this piece of code in the Newspaper theme?
Javascript caching was the problem.
Sorry, wrong theme
Can you check Stressplein.eu Same issue. Not all browsers though. Chrome is ok. IE and Edge show no images the first the pages loads.
Ah, I thought I was using themplate style 1 but I was using the default.
Thanks for the support and sorry for the stupidity:)
Thanks! One more question. It doesn’t show the adsense ad which I added in the ‘Post template Style 1’ field under ‘ads’ in the ‘theme panel menu’
Perfect! Thanks!
Sorry, I removed them there.
You can them them out at: http://stressplein.eu/adverteren/
How? I didn’t catch them.
Ok, plugin ‘search meter’ did the trick!
Ok, than it is a feature request:).
Hi Alin,
Can I create the widget or a link tot the widget somewhere else. Mayby in the main-menu? I need a sollution for my mobile users.
Hi Catalin,
Great fix! Thanks. Does an update of the theme removes this piece of code?
