Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
_edwin_
tagDiv Member

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?

_edwin_
tagDiv Member

Javascript caching was the problem.

_edwin_
tagDiv Member

Sorry, wrong theme

_edwin_
tagDiv Member

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.

_edwin_
tagDiv Member

Ah, I thought I was using themplate style 1 but I was using the default.
Thanks for the support and sorry for the stupidity:)

_edwin_
tagDiv Member

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’

_edwin_
tagDiv Member

Perfect! Thanks!

_edwin_
tagDiv Member

Sorry, I removed them there.
You can them them out at: http://stressplein.eu/adverteren/

_edwin_
tagDiv Member

How? I didn’t catch them.

_edwin_
tagDiv Member

Ok, plugin ‘search meter’ did the trick!

_edwin_
tagDiv Member

Ok, than it is a feature request:).

_edwin_
tagDiv Member

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.

_edwin_
tagDiv Member

Hi Catalin,

Great fix! Thanks. Does an update of the theme removes this piece of code?

Viewing 13 posts - 26 through 38 (of 38 total)