Difference between revisions of "WordPress"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with '==About== category:software/webWordPress is a content management system primarily designed for blogging. ==Problems== * There is no way to preview comments; does …')
 
(notes, tweaks)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<hide>
 +
[[page type::article]]
 +
[[thing type::content management system]]
 +
[[platform::web service]] [[platform::web server]] [[platform::PHP]] [[platform::MySQL]]
 +
[[license::open source]]
 +
[[category:software]]
 +
</hide>
 
==About==
 
==About==
[[category:software/web]][[WordPress]] is a [[content management system]] primarily designed for [[blog]]ging.
+
[[WordPress]] is a [[content management system]] primarily designed for [[blog]]ging. It is available both as a [[web service]] and as software that runs on a [[web server]].
 
==Problems==
 
==Problems==
 +
''These notes may apply only to older versions.''
 
* There is no way to preview comments; does not seem to be supported even as an option.
 
* There is no way to preview comments; does not seem to be supported even as an option.
 
* The comment form does not indicate what markup is acceptable.
 
* The comment form does not indicate what markup is acceptable.
 +
* Comment threading seems to be turned off by default, as many sites do not support it.
 +
==Links==
 +
===Reference===
 +
* {{wikipedia}}
 +
* [http://secunia.com/advisories/search/?search=wordpress Secunia]: security vulnerability database
 +
===Official===
 +
* [http://wordpress.com home page]
 +
==Notes==
 +
* When upgrading, disable plugins and unused themes.
 +
** This can be done by creating "plugins-disabled" and "themes-disabled" folders and moving the respective plugin/theme folders into them.
 +
* More stuff [https://plus.google.com/u/0/102282887764745350285/posts/7e2PUNVWmVV here].

Latest revision as of 19:43, 3 April 2015

About

WordPress is a content management system primarily designed for blogging. It is available both as a web service and as software that runs on a web server.

Problems

These notes may apply only to older versions.

  • There is no way to preview comments; does not seem to be supported even as an option.
  • The comment form does not indicate what markup is acceptable.
  • Comment threading seems to be turned off by default, as many sites do not support it.

Links

Reference

Official

Notes

  • When upgrading, disable plugins and unused themes.
    • This can be done by creating "plugins-disabled" and "themes-disabled" folders and moving the respective plugin/theme folders into them.
  • More stuff here.