this post was submitted on 15 Dec 2023
10 points (81.2% liked)

Asklemmy

42630 readers
1152 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Ho everybody,

I would create a Little Digital Clock that shows exact time of a city (for example Amsterdam) and I would insert the time of sunset for a WordPress site, but I'm a noob in HTML. Can you guide me please? Thanks in advance

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 7 months ago (1 children)

Things like that probably require some scripting. You can check if there are ready to go scripts that you can just copy, but most likely you'll have to program something up yourself. Even if there are scripts to copy, without understanding what they actually do and how they will work with WordPress you will have a hard time using them.

If you are not proficient in HTML yet, you are probably not ready for this. You'll need to learn some scripting, insert those scripts on the pages and for that you need a deeper understanding of how everything works.

Unfortunately this means there is no easy solution here, you'll have to put in the work to search and learn how to do this or you decide you don't need it after all.

[โ€“] [email protected] 1 points 7 months ago

Thanks for tour answer :)