This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Code Styles */ | |
| pre { | |
| border-left: 9px solid #990000; | |
| padding: 10px; | |
| margin: 20px; | |
| width: 95%; | |
| line-height: 1.1em; | |
| white-space: pre-wrap; | |
| white-space: -moz-pre-wrap; | |
| white-space: -o-pre-wrap; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ab, aber, abgesehen, alle, allein, aller, alles, als, am, an, andere, anderen, anderenfalls, anderer, anderes, anstatt, auch, auf, aus, aussen, außen, ausser, außer, ausserdem, außerdem, außerhalb, ausserhalb, behalten, bei, beide, beiden, beider, beides, beinahe, bevor, bin, bis, bist, bitte, da, daher, danach, dann, darueber, darüber, darueberhinaus, darüberhinaus, darum, das, dass, daß, dem, den, der, des, deshalb, die, diese, diesem, diesen, dieser, dieses, dort, duerfte, duerften, duerftest, duerftet, dürfte, dürften, dürftest, dürftet, durch, durfte, durften, durftest, durftet, ein, eine, einem, einen, einer, eines, einige, einiger, einiges, entgegen, entweder, erscheinen, es, etwas, fast, fertig, fort, fuer, für, gegen, gegenueber, gegenüber, gehalten, geht, gemacht, gemaess, gemäß, genug, getan, getrennt, gewesen, gruendlich, gründlich, habe, haben, habt, haeufig, häufig, hast, hat, hatte, hatten, hattest, hattet, hier, hindurch, hintendran, hinter, hinunter, ich, ihm, ihnen, ihr, ihre, ihrem, ihren, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Vollständiger Artikel auf https://j0e.org/forum/thread/anfuehrungszeichen/ | |
| ; Deutsche Anführungszeichen unten und oben -> auf ALT+1 und Alt+2 | |
| !1::Send „ ; Alt+1 anstatt Alt+0132 | |
| !2::Send “ ; Alt+2 anstatt Alt+0147 | |
| ; Französische Anführungszeichen, Chevrons oder Guillemets -> auf ALT+3 und Alt+4 | |
| !3::Send » ; Alt+3 anstatt Alt+0187 | |
| !4::Send « ; Alt+4 anstatt Alt+0171 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # WordPress .htaccess von Jochen Gererstorfer | |
| # https://j0e.org/wordpress-htaccess/ | |
| # http zu https weiterleiten | |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteCond %{HTTPS} !=on | |
| RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] | |
| </IfModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ab | |
| aber | |
| abermaliges | |
| abermals | |
| abgerufen | |
| abgerufene | |
| abgerufener | |
| abgerufenes | |
| abgesehen | |
| acht |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Template Name: Tools | |
| * | |
| * @package kadence | |
| */ | |
| namespace Kadence; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Template Name: something | |
| * | |
| * @package kadence | |
| */ | |
| namespace Kadence; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // 1. --> Wordpress Settings // | |
| // 2. --> SHORTCODES // | |
| // 3. --> Plugin Settings // | |
| // 4. --> Theme Settings // | |
| // 1. --> Wordpress Settings // | |
| // Remove junk from head |
OlderNewer