go41

the info you need to know


von Joern
Keine Kommentare

using Code:<?php echo wp_trim_words( get_the_excerpt(), 25, '' ); ?> is good as long you do not need more words than are in the_excerptyou can also use wp_trim_words with get_the_content like this:Code:echo wp_trim_words( get_the_content(), 60 );to get 60 wordsBUT! there will be all shortcodes visible in this truncated text!To strip the…


von Joern
Keine Kommentare

I have a few semesters in school before I even get into HTML and CSS so i am reading books on my own. But which should I put more emphasis on first? I would think to understand CSS I would first need to know HTML. Am I correct? My understanding…


von blogdot admin
3 Kommentare

Wenn Ihr euren Googlemail account endgültig löschen wollt, dann geht das so: Ihr loggt euch ein, dann oben rechts auf Einstellungen (settings). Dann auf Konten (accounts) und in diesem Feld auf: Google-Kontoeinstellungen. Es öffnet sich ein neues Fenster (oder Tab), der heißt 'Mein Konto'. Dort könnt Ihr Euren Mail-Account allein…