remove
-
This is probably a simple thing for the more experienced, but I really do not have a clue.
I want to remove the word “den” in the date posted-part of my posts. It was simple enough to remove name of author, but I am now stuck with a date that reads “den 17 november 2018” (translated “the 17:th of November 2018” – and it’s the word “the” that is annoying and irrelevant in Swedish)
The code looks like this (from code inspector in Chrome).
<span class=” posted-on”>
den
<time class=”entry-date published” datetime=”2018-11-17T12:32:45+00:00″>17 november 2018</time>
<time class=”updated” datetime=”2018-11-17T15:29:48+00:00″>17 november 2018</time>
</span>And I actually do not know where in WP admin I find this code … Could someone please help me?
The page I need help with: [log in to see the link]
The topic ‘remove’ is closed to new replies.