Wordpress: Difference between revisions

From DWIKI
Line 14: Line 14:
In setttings->permalinks select custom structure /%postname%/
In setttings->permalinks select custom structure /%postname%/
and make sure you have AllowOverride All in apache config
and make sure you have AllowOverride All in apache config
==Get wordpress version on CLI==
grep wp_version wp-includes/version.php
=FAQ=
=FAQ=
==multiple sidebars==
==multiple sidebars==

Revision as of 11:51, 3 November 2022

Links

Documentation

Howto

Make slugs work

In setttings->permalinks select custom structure /%postname%/ and make sure you have AllowOverride All in apache config


Get wordpress version on CLI

grep wp_version wp-includes/version.php

FAQ

multiple sidebars

How to log in?

In /wp-admin/ !

Upload file and add link to it

Posts->Add new, in editor use "add media"


command line management tool

wp-cli


CLI upgrade

wp core update


Could not fully remove the plugin

Check logs :)