Wordpress: Difference between revisions

From DWIKI
Line 24: Line 24:


=FAQ=
=FAQ=
==Stop prompting for credentials on updates==
In wp-config.php:
define('FS_METHOD', 'direct');


==Upload or install keeps giving "Connection Information" dialog==
==Upload or install keeps giving "Connection Information" dialog==

Revision as of 18:07, 9 September 2023

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


Show successful logins

grep 'wp-login.* 302 ' accesslog

FAQ

Stop prompting for credentials on updates

In wp-config.php:

define('FS_METHOD', 'direct');

Upload or install keeps giving "Connection Information" dialog

Seems to mean wordpress can't write somewhere, so it prompts for user with write access rights Check at least:

wp-content/plugins
wp-content/themes

multiple sidebars


The ssh2 PHP extension is not available

Install https://en-ca.wordpress.org/plugins/ssh-sftp-updater-support/

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 :)


user login history

Settings > User Login History