KDE.org/Wordpress Help: Difference between revisions
Appearance
< KDE.org
Add category |
Domheadroom (talk | contribs) Changed broken link |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
Once kde.org is running wordpress it will make use of [https:// | Once kde.org is running wordpress it will make use of [https://community.kde.org/KDE.org/Neverland Neverland] in its theme. Neverland is the new KDE theming engine for our websites and is based on Bootstrap. That means you can use the functionality of bootstrap on the site. | ||
Learn more here: [ | Learn more here: [https://github.com/twbs/bootstrap Bootstrap] | ||
==Wordpress Setup== | ==Wordpress Setup== | ||
Line 15: | Line 15: | ||
==Hints== | ==Hints== | ||
There are some best practices to be aware of. | There are some best practices to be aware of. | ||
* To get good looking tables, check here: [ | * To get good looking tables, check here: [https://getbootstrap.com/docs/5.3/content/tables/ Bootstrap tables] | ||
* There is a wordpress plugin allowing you to preview/update sites by key combinations: ctrl-alt-L for preview, ctrl-alt-P for publish. That is more efficient then pressing the buttons. (disable global ctrl-alt-L in systemsettings->shortcuts->gobal shortcuts->KRunner->lock screen for that to work) | * There is a wordpress plugin allowing you to preview/update sites by key combinations: ctrl-alt-L for preview, ctrl-alt-P for publish. That is more efficient then pressing the buttons. (disable global ctrl-alt-L in systemsettings->shortcuts->gobal shortcuts->KRunner->lock screen for that to work) | ||
[[Category:KDE Web Team]] | [[Category:KDE Web Team]] |
Latest revision as of 18:39, 21 December 2024
Introduction
Once kde.org is running wordpress it will make use of Neverland in its theme. Neverland is the new KDE theming engine for our websites and is based on Bootstrap. That means you can use the functionality of bootstrap on the site. Learn more here: Bootstrap
Wordpress Setup
Wordpress itself basically is a raw installation. Usual functionality like blogging, comments or rss are not used and disabled on theme base, instead it is used as a plain CMS for mostly static content.
Plugins
- Blogroll Widget with RSS Feeds
- Image Widget
- MindValley Shortcut Framework
- qTranslate
- Simple LDAP Authentication
Hints
There are some best practices to be aware of.
- To get good looking tables, check here: Bootstrap tables
- There is a wordpress plugin allowing you to preview/update sites by key combinations: ctrl-alt-L for preview, ctrl-alt-P for publish. That is more efficient then pressing the buttons. (disable global ctrl-alt-L in systemsettings->shortcuts->gobal shortcuts->KRunner->lock screen for that to work)