home.social

#wordpress-tips — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wordpress-tips, aggregated by home.social.

fetched live
  1. BORROWED STORIES

    The Epic of Gilgamesh predates the Bible by at least a thousand years. Multiple mythologies share its themes, structure, sequence, and specific details. That's not coincidence or parallel evolution. It's borrowing. Take the flood. In Gilgamesh, Utnapishtim is warned by a god, builds a boat, loads it with animals, releases birds to find land. The gods regret what they've done. In Genesis: divine warning, ark, animals, birds, mountain landing, God's regret. Same sequence, same order. The […]

    ridiculousbharath.wordpress.co

  2. 🚀💨 If you’re looking for an easy, free way to make your WordPress website faster and more secure, Cloudflare is the answer.

    Speed is a huge factor in visitors leaving your website, and...

    #WordPressTips

    🔗 social.talkbitz.com/idzey

  3. No to już mam. HTML nowego bloku to:

    <details class="wp-block-details">
    <summary>Zawsze widoczne podsumowanie/ostrzeżenie</summary>
    <p>Ukrywana treść</p>
    </details>

    Po kliknięciu na podsumowanie <details> dostaje atrybut open=""

    Używany przeze mnie motyw nie wie, jak traktować ten blok, więc zlewa go z resztą treści. Ostylowanie musiałem więc zacząć od ustawienia marginesów:

    details[open], summary {
    margin-bottom: 1em;
    }

    Wygląd ikonki zamykającej można ustawić tak:

    details[open] ::marker {
    content: url(ścieżka/ikonka.svg)" ";
    }

    Dla otwierającej po prostu opuszcza się [open]:

    details ::marker {
    content: url(ścieżka/ikonka.svg)" ";
    }

    #WordPress #Tips #WordPressTips #NowyBlok #poradnik #CSS

  4. Hi, there's #nostupidquestions right?
    I have a #selfhosted #wordpress #blog. Is there a #plugin I can use so that all my #pictures #size adjust to the #screensizes of my visitors? Currently pictures in the content column go into the sidebar, which is quite annoying to be honest. Any help would be appreciated, I have no idea what to do! #wordpresshelp #wordpresstips #compatibility #help #codinghelp

  5. You can turn your website's 404 error pages from a customer annoyance into a fun, engaging user experience. (Without losing all that traffic!)

    👉 lttr.ai/ABTCq

    #WordPress #wordpresswebsite #greatives #wordpresstips