<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Allys</id>
	<title>ULYSSIS documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Allys"/>
	<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/Special:Contributions/Allys"/>
	<updated>2026-06-05T00:03:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Running_multiple_websites&amp;diff=1566</id>
		<title>Running multiple websites</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Running_multiple_websites&amp;diff=1566"/>
		<updated>2021-09-16T07:31:33Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It's definitely possible to run multiple websites on a single ULYSSIS account. So you do not need to buy a new account to run a secondary website on. Very often this is used for running a wiki installation together with a WordPress installation, but in fact you can combine almost any CMS (like WordPress, Drupal or Joomla) or software. This is also called 'running multiple instances'.&lt;br /&gt;
&lt;br /&gt;
As an example: You have a primary WordPress installation on youroganization.be, but beside that you would also like a blog that runs on Joomla. By following this guide, you can have a main WordPress installation while also having a separate blog on blog.yourorganization.be . The &amp;quot;blog.&amp;quot; of this URL is also called a subdomain. If you would like more information regarding subdomains and what they can be used for, you can visit [https://www.domain.com/blog/2019/01/15/subdomain/ this] website.&lt;br /&gt;
&lt;br /&gt;
So to run multiple installations on your website, you will need to follow a few steps:&lt;br /&gt;
&lt;br /&gt;
First of all, you will need access to one of our shell servers. If you need more information on how to do this, you can visit the following page: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Continuing, we need to make a new directory in your home folder, preferably next to the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; folder where you installed the software that is running on your main website. It is also possible to install the new software to a new directory inside your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt;, but we do not recommend this for most users because it will be very confusing for later maintenance and updates. We also recommend to name the new directory to something obvious (e.g. a directory named &amp;lt;code&amp;gt;wiki&amp;lt;/code&amp;gt; for a wiki installation), this will help future maintainers of your account.&lt;br /&gt;
&lt;br /&gt;
Next, you will need to send us an email at ulyssis@ulyssis.org to connect the newly made directory to your subdomain. The information you need to send us is: the '''path''' to the new directory (often this will look something like this: /home/user/&amp;lt;your_username&amp;gt;/&amp;lt;name_of_the_directory&amp;gt;), and the '''subdomain''' you want this website to run on (e.g. blog.yourorganization.be). &lt;br /&gt;
&lt;br /&gt;
When you receive a reply back from us that everything is in order, you will need to follow the steps from https://docs.ulyssis.org/Setting_up_WordPress, https://docs.ulyssis.org/Setting_up_Joomla, https://docs.ulyssis.org/Setting_up_Drupal or something else. This depends on what software you are planning to install on the new subdomain. While running the setup for your software, make sure to you install it to the '''right directory''', and adjust the configurations where needed.&lt;br /&gt;
&lt;br /&gt;
If you have made edits to the .htaccess file for your website in the past, be cautious as it may interfere with your new installation on the subdomain.&lt;br /&gt;
&lt;br /&gt;
When everything is complete, you should now have another website running at e.g. &amp;lt;chosen_subdomain&amp;gt;.yourorganization.be .&lt;br /&gt;
&lt;br /&gt;
If you have further questions or problems regarding the guide above, do not hesitate to contact us.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1306</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1306"/>
		<updated>2021-04-25T07:53:09Z</updated>

		<summary type="html">&lt;p&gt;Allys: added categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Performing regular updates is an important part of this maintenance. Beyond fixing security bugs, updates of WordPress, as well as its plugins and themes, may introduce new useful features and guarantees that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder is of course that the information on your website is secure and that your visitors can safely visit your website. We therefore advise and strongly encourage all users to completely enable automatic updates within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily focus on how to fully enable automatic updates, but you can also find instructions on manual updates here. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often at the bottom of any page), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''. If your automatic updates are already turned on, you will see ''This site is automatically kept up to date with each new version of WordPress''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
* Do not forget to enable automatic updates every time you install a new plugin. &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
* Do not forget to enable automatic updates every time you install a new theme. &lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;br /&gt;
[[Category:CMSs]]&lt;br /&gt;
[[Category:Security &amp;amp; anti-spam]]&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Overview&amp;diff=1305</id>
		<title>Overview</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Overview&amp;diff=1305"/>
		<updated>2021-04-25T07:50:31Z</updated>

		<summary type="html">&lt;p&gt;Allys: Added Updating WordPress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background:#f9f9f9;border:1px solid #ddd;font-size:95%;padding:1.5em;&amp;quot;&amp;gt;&lt;br /&gt;
Welcome to our documentation website. Many of the common procedures and issues our users experience are described here. If you still encounter problems we haven't covered or you just can't seem to get things to work, even though you followed one of our manuals, feel free to contact us on ulyssis@ulyssis.org for personal support.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Account ==&lt;br /&gt;
* [[Registering a new account]]&lt;br /&gt;
* [[Renewing your account]]&lt;br /&gt;
* [[Transferring your account]]&lt;br /&gt;
* [[Resetting your password]]&lt;br /&gt;
* [[Help, my account has been disabled]]&lt;br /&gt;
* [[Reducing disk usage|Help, my account uses too much disk space]]&lt;br /&gt;
* [[Why do I have to pay 0.00 euro and how?]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
== Files ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transferring files over SFTP]]&lt;br /&gt;
* [[Using SSHFS]]&lt;br /&gt;
* [[Making Backups]]&lt;br /&gt;
* [[Secure file permissions]]&lt;br /&gt;
* [[Reducing disk usage]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Webserver ==&lt;br /&gt;
* [[Webserver changes summer 2020]]&lt;br /&gt;
* [[Using your webspace]]&lt;br /&gt;
* [[Using (Fast)CGI for non-PHP websites]]&lt;br /&gt;
* [[Getting Apache logs]]&lt;br /&gt;
* [[Managing PHP errors]]&lt;br /&gt;
* [[Setting PHP options]]&lt;br /&gt;
* [[Sending email from websites]]&lt;br /&gt;
* [[Adding domain names|Adding domain names (.be, .com, .org, ...)]]&lt;br /&gt;
* [[Getting SSL/TLS|Getting SSL/TLS (HTTPS security)]]&lt;br /&gt;
* [[Shibboleth|Shibboleth (Centrale KU Leuven Login)]]&lt;br /&gt;
* [[Claiming a port]]&lt;br /&gt;
* [[ULYSSIS security measures]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mail ==&lt;br /&gt;
* [[Introduction to ULYSSIS email]]&lt;br /&gt;
* [[Mailbox]]&lt;br /&gt;
* [[Forwarders]]&lt;br /&gt;
* [[Using a forwarder as an alias]]&lt;br /&gt;
* [[Add an alias in Gmail]]&lt;br /&gt;
* [[Add an alias in Hotmail/Outlook]]&lt;br /&gt;
* [[Add an alias in Thunderbird]]&lt;br /&gt;
* [[Fetch your KU Leuven email into another email address]]&lt;br /&gt;
* [[Spam]]&lt;br /&gt;
* [[ULYSSIS security measures]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CMSs ==&lt;br /&gt;
* [[Software Version Checker]]&lt;br /&gt;
* [[Setting up WordPress]]&lt;br /&gt;
* [[Setting up Drupal]]&lt;br /&gt;
* [[Setting up Joomla]]&lt;br /&gt;
* [[Setting up MediaWiki]]&lt;br /&gt;
* [[Updating WordPress]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security &amp;amp; anti-spam ==&lt;br /&gt;
* [[Secure file permissions]]&lt;br /&gt;
* [[Software Version Checker]]&lt;br /&gt;
* [[Preventing spam on Wordpress]]&lt;br /&gt;
* [[Preventing spam on Joomla]]&lt;br /&gt;
* [[Preventing spam on Drupal]]&lt;br /&gt;
* [[Preventing spam on MediaWiki]]&lt;br /&gt;
* [[Securing MediaWiki using Centrale KU Leuven Login]]&lt;br /&gt;
* [[ULYSSIS security measures]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Databases ==&lt;br /&gt;
* [[Using PostgreSQL]]&lt;br /&gt;
* [[Using MySQL]]&lt;br /&gt;
* [[Using PHPMyAdmin]]&lt;br /&gt;
* [[Using PHPPgAdmin]]&lt;br /&gt;
* [[Using Adminer]]&lt;br /&gt;
* [[Making Backups]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Shell ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transferring files over SFTP]]&lt;br /&gt;
* [[Accessing shell servers over SSH]]&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
* [[Useful Linux Commands]]&lt;br /&gt;
* [[Managing Cron jobs]]&lt;br /&gt;
* [[Claiming a port]]&lt;br /&gt;
* [[Installing packages]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Versioning ==&lt;br /&gt;
* [[GitLab]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ULYSSIS Public Services  ==&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
* [[Using the kulemt package]]&lt;br /&gt;
* [[KULoket agenda iCal feed]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=WordPress_updates&amp;diff=1299</id>
		<title>WordPress updates</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=WordPress_updates&amp;diff=1299"/>
		<updated>2021-04-24T15:09:19Z</updated>

		<summary type="html">&lt;p&gt;Allys: Allys moved page WordPress updates to Updating WordPress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Updating WordPress]]&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1298</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1298"/>
		<updated>2021-04-24T15:09:19Z</updated>

		<summary type="html">&lt;p&gt;Allys: Allys moved page WordPress updates to Updating WordPress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Performing regular updates is an important part of this maintenance. Beyond fixing security bugs, updates of WordPress, as well as its plugins and themes, may introduce new useful features and guarantees that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder is of course that the information on your website is secure and that your visitors can safely visit your website. We therefore advise and strongly encourage all users to completely enable automatic updates within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily focus on how to fully enable automatic updates, but you can also find instructions on manual updates here. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often at the bottom of any page), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''. If your automatic updates are already turned on, you will see ''This site is automatically kept up to date with each new version of WordPress''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
* Do not forget to enable automatic updates every time you install a new plugin. &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
* Do not forget to enable automatic updates every time you install a new theme. &lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1297</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1297"/>
		<updated>2021-04-24T15:00:39Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Performing regular updates is an important part of this maintenance. Beyond fixing security bugs, updates of WordPress, as well as its plugins and themes, may introduce new useful features and guarantees that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder is of course that the information on your website is secure and that your visitors can safely visit your website. We therefore advise and strongly encourage all users to completely enable automatic updates within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily focus on how to fully enable automatic updates, but you can also find instructions on manual updates here. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often at the bottom of any page), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''. If your automatic updates are already turned on, you will see ''This site is automatically kept up to date with each new version of WordPress''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
* Do not forget to enable automatic updates every time you install a new plugin. &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
* Do not forget to enable automatic updates every time you install a new theme. &lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1296</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1296"/>
		<updated>2021-04-23T13:18:21Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Performing regular updates is an important part of this maintenance. Beyond fixing security bugs, updates of WordPress, as well as its plugins and themes, may introduce new useful features and guarantees that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder is of course that the information on your website is secure and that your visitors can safely visit your website. We therefore advise and strongly encourage all users to completely enable automatic updates within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily focus on how to fully enable automatic updates, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often at the bottom of any page), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1295</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1295"/>
		<updated>2021-04-23T13:07:12Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Performing regular updates is an important part of this maintenance. Beyond fixing security bugs, updates of WordPress, as well as its plugins and themes, may introduce new useful features and guarantees that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an administrator is of course that the information on your website is secure and that your visitors can safely visit your website. We therefore advise and strongly encourage all users to completely enable automatic updates within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily focus on how to fully enable automatic updates, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often at the bottom of any page), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1294</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1294"/>
		<updated>2021-04-23T13:01:30Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Performing regular updates is an important part of this maintenance. Beyond fixing security bugs, updates of WordPress, as well as its plugins and themes, may introduce new useful features and guarantees that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an asministrator is of course that the information on your website is secure and that your visitors can safely visit your website. We therefore advise and strongly encourage all users to completely enable automatic updates within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily focus on how to fully enable automatic updates, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often at the bottom of any page), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1293</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1293"/>
		<updated>2021-04-22T15:01:39Z</updated>

		<summary type="html">&lt;p&gt;Allys: intro changes van simon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Performing regular updates is an important part of this maintenance. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and guarantees that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder is of course that the information on your website is secure and that your visitors can safely visit your website. We therefore advise and strongly encourage all users to completely enable automatic updates within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual pprimarily focus on how to fully enable automatic updates, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often in the footer), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1292</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1292"/>
		<updated>2021-04-22T11:58:49Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
In order to enable automatic updates, you will need to log in to your site's WordPress admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often in the footer), you can simply add /wp-admin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is more time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1290</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1290"/>
		<updated>2021-04-22T11:08:42Z</updated>

		<summary type="html">&lt;p&gt;Allys: De komma&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
To undergo the following steps, you log into WordPress' admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often in the footer), you can simply add /wpadmin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is mote time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1289</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1289"/>
		<updated>2021-04-22T11:07:03Z</updated>

		<summary type="html">&lt;p&gt;Allys: /* Automatic updates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
To undergo the following steps you log into WordPress' admin dashboard. This is also where you create and edit your pages. If you can't find an admin or login link on your website itself (often in the footer), you can simply add /wpadmin behind the main URL of your website.  &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is mote time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1288</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1288"/>
		<updated>2021-04-22T11:00:50Z</updated>

		<summary type="html">&lt;p&gt;Allys: /* Automatic updates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
The idea is to log into WordPress' admin dashboard to undergo the following steps. If you can't find an admin or login link on your website itself (often in the footer), you can simply add /wpadmin behind the main URL of your website. This is also where you create and edit your pages. &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is mote time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1287</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1287"/>
		<updated>2021-04-22T10:19:15Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
The idea is to log into WordPress' admin dashboard to undergo the following steps. This dashboard is also where you create and edit your pages. &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle ''&amp;lt;nowiki/&amp;gt;'Enable automatic updates for all new versions of WordPress'''.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select ''&amp;lt;nowiki/&amp;gt;'Enable auto-updates'''. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is mote time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1286</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1286"/>
		<updated>2021-04-21T12:28:00Z</updated>

		<summary type="html">&lt;p&gt;Allys: Feedback uit mails.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
The idea is to log into WordPress' admin dashboard to undergo the following steps. This dashboard is also where you create and edit your pages. &lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;''Enable automatic updates for all new versions of WordPress''&amp;lt;/u&amp;gt;.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;''Enable auto-updates''&amp;lt;/u&amp;gt;. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
We still do not recommend updating manually as it is mote time consuming and a bigger security risk. The following steps are only for updating plugins, but  you can perform manual updates for themes and for WordPress itself in a similar way on the respective sections of the updates page.&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1285</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1285"/>
		<updated>2021-04-20T15:00:14Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;.&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''.&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''.&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;. This must be done for each theme separately.&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''.&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update.&lt;br /&gt;
* Now click the '''Update Plugins''' button. &lt;br /&gt;
The same can be done for the WordPress version and the themes.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1282</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1282"/>
		<updated>2021-04-20T12:08:19Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;. This must be done for each theme separately&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
* Pending updates will be displayed as a notification in the left bar of the interface.&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update&lt;br /&gt;
* Now click the '''Update Plugins''' button. &lt;br /&gt;
The same can be done for the WordPress version and the themes.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1281</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1281"/>
		<updated>2021-04-20T08:26:36Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maintaining the software of your website is crucial to ensure everything remains operational and secure. Making sure to perform updates on a regular basis is an important part of that. Beyond fixing security bugs, updates of WordPress as well as its plugins and themes, may introduce new useful features and ensures that no problems arise when we upgrade our servers every two years.&lt;br /&gt;
&lt;br /&gt;
While consistently applying updates has many benefits, the most important aspect for you as an account holder and ULYSSIS as the server maintainer is of course that the information on your website is safe and that your visitors can safely visit your website. We therefore advise that all users enable full updating automation within WordPress. This way, you no longer need to perform updates yourself, but the entire process will be automated. The instructions within this manual primarily go into how to fully automate the process, but you can also find instructions on manual updates. Do keep in mind that security issues, especially in popular plugins or WordPress itself, are often exploited by cybercriminals within a few days after the release of a fix. &lt;br /&gt;
&lt;br /&gt;
== Automatic updates ==&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|500x500px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;, this must be done for every theme separately&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
== Manually updating WordPress, plugins and themes ==&lt;br /&gt;
* If there is an update, there will be a notification in the left bar of the interface. &lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update&lt;br /&gt;
* Now click the '''Update Plugins''' button. &lt;br /&gt;
The same can be done for the WordPress version and the themes.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1269</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1269"/>
		<updated>2021-04-17T13:41:30Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is very important to keep your website and plugins up to date.. Not updating a WordPress website or its plugins can lead to safety risks.&lt;br /&gt;
&lt;br /&gt;
The updates can be automated manually or automatically. Automatic updates are very easy as there is no need to update daily or at least weekly. If you were to update it manually, this would be the case. It is also safer as WordPress is often at risk only a few days after each update. Keeping it up to date avoids security risks, sometimes regarding cybercriminals, and ensure your own safety. &lt;br /&gt;
&lt;br /&gt;
The instructions for updating manually are found at the bottom of the page, after the instructions for automatic updates.&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|630x630px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;, this must be done for every theme separately&lt;br /&gt;
&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
=== Manually updating Wordpress, plugins and themes ===&lt;br /&gt;
&lt;br /&gt;
* If there is an update, there will be a notification in the left bar of the interface. &lt;br /&gt;
&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* All updates will be visible on this page. First check the boxes next to the plugins you want to update&lt;br /&gt;
* Now click the '''Update Plugins''' button. &lt;br /&gt;
The same can be done for the WordPress version and the themes.&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1268</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1268"/>
		<updated>2021-04-17T13:26:28Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is very important to keep your website and plugins up to date.. Not updating a WordPress website or its plugins can lead to safety risks.&lt;br /&gt;
&lt;br /&gt;
The updates can be automated manually or automatically. Automatic updates are very easy as there is no need to update daily or at least weekly. If you were to update it manually, this would be the case. It is also safer as WordPress is often at risk only a few days after each update. Keeping it up to date avoids security risks, sometimes regarding cybercriminals, and ensure your own safety. &lt;br /&gt;
&lt;br /&gt;
The instructions for updating manually are found at the bottom of the page, after the instructions for automatic updates.&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|630x630px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;, this must be done for every theme separately&lt;br /&gt;
&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
=== Manually updating Wordpress, plugins and themes ===&lt;br /&gt;
&lt;br /&gt;
* If there is an update, there will be a notification in the left bar of the interface. &lt;br /&gt;
&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* All updates will be visible on this page, click the '''Update Plugins''' or '''Update Version''' Button&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1267</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1267"/>
		<updated>2021-04-17T13:26:04Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is very important to keep your website and plugins up to date.. Not updating a WordPress website or its plugins can lead to safety risks.&lt;br /&gt;
&lt;br /&gt;
The updates can be automated manually or automatically. Automatic updates are very easy as there is no need to update daily or at least weekly. If you were to update it manually, this would be the case. It is also safer as WordPress is often at risk only a few days after each update. Keeping it up to date avoids security risks, sometimes regarding cybercriminals, and ensure your own safety. &lt;br /&gt;
&lt;br /&gt;
The instructions for updating manually are found at the bottom of the page, after the instructions for automatic updates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|630x630px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;, this must be done for every theme separately&lt;br /&gt;
&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
=== Manually updating Wordpress, plugins and themes ===&lt;br /&gt;
&lt;br /&gt;
* If there is an update, there will be a notification in the left bar of the interface. &lt;br /&gt;
&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* All updates will be visible on this page, click the '''Update Plugins''' or '''Update Version''' Button&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1266</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1266"/>
		<updated>2021-04-17T13:25:30Z</updated>

		<summary type="html">&lt;p&gt;Allys: Bert zijn tips toegepast&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is very important to keep your website and plugins up to date.. Not updating a WordPress website or its plugins can lead to safety risks.&lt;br /&gt;
&lt;br /&gt;
The updates can be automated manually or automatically. Automatic updates are very easy as there is no need to update daily or at least weekly. If you were to update it manually, this would be the case. &lt;br /&gt;
&lt;br /&gt;
It is also safer as WordPress is often at risk only a few days after each update. Keeping it up to date avoids security risks, sometimes regarding cybercriminals, and ensure your own safety. &lt;br /&gt;
&lt;br /&gt;
The instructions for updating manually are found at the bottom of the page, after the instructions for automatic updates.&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for WordPress ===&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|630x630px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
[[File:Auto updates for plugins.png|frameless]]&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;, this must be done for every theme separately&lt;br /&gt;
&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;br /&gt;
&lt;br /&gt;
=== Manually updating Wordpress, plugins and themes ===&lt;br /&gt;
&lt;br /&gt;
* If there is an update, there will be a notification in the left bar of the interface. &lt;br /&gt;
&lt;br /&gt;
[[File:Needed updates .png|frameless]]&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
* All updates will be visible on this page, click the '''Update Plugins''' or '''Update Version''' Button&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Auto_updates_for_plugins.png&amp;diff=1265</id>
		<title>File:Auto updates for plugins.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Auto_updates_for_plugins.png&amp;diff=1265"/>
		<updated>2021-04-17T13:19:18Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;picture for explanation of auto updates for plugins&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Needed_updates_.png&amp;diff=1264</id>
		<title>File:Needed updates .png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Needed_updates_.png&amp;diff=1264"/>
		<updated>2021-04-17T13:11:58Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update needen bij manual updaten&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1256</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1256"/>
		<updated>2021-04-13T16:15:32Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Automatic updates for WordPress ===&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Enable WordPress updates.png|frameless|630x630px|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Explanation for auto-updates plugins.png|center|frameless]]&lt;br /&gt;
&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;, this must be done for every theme separately&lt;br /&gt;
&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1255</id>
		<title>Updating WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Updating_WordPress&amp;diff=1255"/>
		<updated>2021-04-13T16:14:59Z</updated>

		<summary type="html">&lt;p&gt;Allys: Making of this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Automatic updates for WordPress ===&lt;br /&gt;
&lt;br /&gt;
* Go to '''Dashboard''' at the upper left of the screen and go to '''updates'''&lt;br /&gt;
&lt;br /&gt;
* Toggle  &amp;lt;u&amp;gt;Enable automatic updates for all new versions of WordPress&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Enable WordPress updates.png|left|frameless|630x630px]]&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for plugins ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Plugins''' in the left sidebar and select '''Installed plugins'''&lt;br /&gt;
* In the dropdown menu select '''Enable Auto-updates'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Explanation for auto-updates plugins.png|center|frameless]]&lt;br /&gt;
&lt;br /&gt;
* Check the boxes next to the plugins you want to update automatically&lt;br /&gt;
* Press '''Apply''' next to the previously mentioned dropdown menu&lt;br /&gt;
&lt;br /&gt;
=== Automatic updates for themes ===&lt;br /&gt;
&lt;br /&gt;
* Navigate to '''Appearance''' in the left sidebar and select '''Themes'''&lt;br /&gt;
* Click on the theme thumbnail and select &amp;lt;u&amp;gt;Enable auto-updates&amp;lt;/u&amp;gt;, this must be done for every theme separately&lt;br /&gt;
&lt;br /&gt;
[[File:Auto-update themes.png|center|frameless|781x781px]]&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Auto-update_themes.png&amp;diff=1254</id>
		<title>File:Auto-update themes.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Auto-update_themes.png&amp;diff=1254"/>
		<updated>2021-04-13T16:02:19Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;explanation for how to toggle auto-update your themes&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Explanation_for_auto-updates_plugins.png&amp;diff=1252</id>
		<title>File:Explanation for auto-updates plugins.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Explanation_for_auto-updates_plugins.png&amp;diff=1252"/>
		<updated>2021-04-13T15:27:53Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;explanation for auto updates plugins&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Auto-updates_for_plugins.png&amp;diff=1250</id>
		<title>File:Auto-updates for plugins.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Auto-updates_for_plugins.png&amp;diff=1250"/>
		<updated>2021-04-13T14:57:55Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Showing where you can enable auto-updates&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Enable_WordPress_updates.png&amp;diff=1249</id>
		<title>File:Enable WordPress updates.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Enable_WordPress_updates.png&amp;diff=1249"/>
		<updated>2021-04-13T14:22:14Z</updated>

		<summary type="html">&lt;p&gt;Allys: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Showing where people have to enable auto-updates&lt;/div&gt;</summary>
		<author><name>Allys</name></author>
	</entry>
</feed>