# WordPress

WordPress is used with custom built theme available in <https://github.com/6aika/sixodp/tree/master/sixodp>. Following list on plugins are installed with the theme:

* [Advanced Custom Fields](https://www.advancedcustomfields.com/), adds new fields to posts.
* [Polylang](https://polylang.pro/), handles localization of content to different languages.
* [ReCaptcha Integration for WordPress](https://wordpress.org/plugins/wp-recaptcha-integration/), adds recaptcha checks to anonymous data and showcase requests.
* [WP User Avatars](https://fi.wordpress.org/plugins/wp-user-avatars/), adds avatar images on articles.
* [Classic Editor](https://fi.wordpress.org/plugins/classic-editor/), adds the old wysiwyg editor.
* [Yoast SEO](https://fi.wordpress.org/plugins/wordpress-seo/), adds search engine optimization features.
* [Wordfence](https://wordpress.org/plugins/wordfence/), securing WordPress.
* [WP Mail SMTP](https://wordpress.org/plugins/wp-mail-smtp/), configuring WP to send emails via service

### Installation

WordPress is installed by running ansible (<https://github.com/6aika/sixodp/tree/master/ansible/roles/wordpress>). Installation is done with the help of WP CLI.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ohjeet.dataportaali.com/architecture/wordpress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
