901 private links
Plone is an open-source content management system (CMS) with over 20 years of stability and security wrapped in a modern, powerful user-centric package with Plone 6.
Voilà quelques ressources qui peuvent t’aider pour en apprendre plus :
Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
My ultra-minimal CSS might make me look like theme tartare but that means less stuff to get in your way when you're designing your awesome theme. Here are some of the other more interesting things you'll find here ...
Learn more about me in "A 1000-Hour Head Start: Introducing The _s Theme" on ThemeShaper.
I finally got the nginx works for WordPress with subdirectory
https://my-website.com/blog
-
Setup a localhost website to wordpress
[…] -
nginx reverse proxy
server { listen 443 ssl; ... # the trailing '/' is vital location ^~ /blog/ { proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto https; proxy_pass http://localhost:7789/; } }
-
defines to wp-config.php
/** set the site URL */ define('WP_HOME', '/blog'); define('WP_SITEURL', '/blog'); $_SERVER['REQUEST_URI'] = str_replace("/wp-admin/", "/blog/wp-admin/", $_SERVER['REQUEST_URI']);
-
change
wp-includes/load.php
to support ssl reverse proxy
[…] -
make sure to disable the chrome disk cache to debug (F12 -> Disable cache)
J’utilise pas mal WordPress pour développer des sites web pour mes clients et je voulais écrire ce petit article pour vous lister les extensions que j’utilise assez régulièrement (pas sur tous mes sites, mais pas loin).
A WordPress child theme is a WordPress theme that depends on a “parent” theme—which could be any other theme already in existence, as long as that theme isn’t itself a child theme.
The WordPress Template Hierarchy
Le Guide WordPress est un site gratuit destiné aux graphistes et intégrateurs qui souhaitent créer leur propre thème WordPress de A à Z.
The WPScan CLI tool is a free, for non-commercial use, black box WordPress security scanner written for security professionals and blog maintainers to test the security of their sites. The WPScan CLI tool uses our database of 26,538 WordPress vulnerabilities.