• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Install A Theme

/usr/local/psa/bin/

Its in the docu section "obtaining a theme package"
 
I upload the theme to: /usr/local/psa/bin/
?

Then execute
branding_theme -i -vendor admin -source <path/filename.zip>
 
no you have to execute /usr/local/psa/bin/branding_theme -i -vendor admin -source <path/filename.zip>
you have to replace <path/filename.zip> with the path to your theme for example

/usr/local/psa/bin/branding_theme -i -vendor admin -source /var/tmp/mytheme.zip
 
Back
Top