Skip to content

Wordpress

Is a Content Management System used to power a lot of websites.

Setup

Frontend

  • A RSS feed can be hidden in website.com/news/feed/
    • news is the root of the site where news appear

Backend

  • Admin panel is accessible via /wp-admin
    • If you are logged in, you'll see a top bar
  • Delete all plugins, pages, posts created automatically
  • General settings contain title & tagline

Plugins

To be checked: - All-in-One WP Migration to backup website - Starter Templates to build page

Elementor

Is a page builder for Wordpress - Similar to WordPress Block Editor

Notes: - Background overlay available in the section menu to darken an image a bit - Use the S to add pre-defined blocks

Theme

  • Theme can be customized (including font, menu, …)
  • Pictures to be used can be found in Stock Photography

System

  • Change maximum upload
    • Edit /usr/local/etc/php/php.ini
file_uploads = On
memory_limit = 500M
upload_max_filesize = 500M
post_max_size = 500M
max_execution_time = 600

Ressources