Thread Starter
emmsii
(@emmsii)
I don’t want to localize my plugin but WordPress post dates.
podz, thanks
Lets say the date format is: April 6th, 2006, how can I edit the bold part and remove “th”? The result sould be: 6. aprill 2006
Thread Starter
emmsii
(@emmsii)
It works, thanks again. 🙂
Thread Starter
emmsii
(@emmsii)
Ok, thanks. I’ll test it later and let you know.
Quite similar problems, therefore a single topic. 🙂
Thread Starter
emmsii
(@emmsii)
Thanks!
New problem:
How to visually distinguish my own comment? At the moment I have such a line: <?php if((get_comment_author() == “my-name”)) { $oddcomment = “own”; } ?>
But if anyone else submits a comment under name “my-name”, their comments will be also distinguished. How to solve that? Is there a possibility to check whether the author is registered (2 conditions must be filled: author name “my-name” AND registered user)? Or is there a better way?