Wordpress: Difference between revisions
From DWIKI
m (→Howto) |
m (→Howto) |
||
Line 18: | Line 18: | ||
==Get wordpress version on CLI== | ==Get wordpress version on CLI== | ||
grep wp_version wp-includes/version.php | grep wp_version wp-includes/version.php | ||
==Show successful logins== | |||
grep 'wp-login.* 302 ' accesslog | |||
=FAQ= | =FAQ= |
Revision as of 10:59, 3 November 2022
Links
Documentation
- http://codex.wordpress.org/Main_Page
- https://plugins.svn.wordpress.org/wp-fail2ban/trunk/filters.d/wordpress-hard.conf
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
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
CLI upgrade
wp core update
Could not fully remove the plugin
Check logs :)