How to download Website Templates
-
How can I download a Website Template for Astra?
For security reasons, wordpress config is set with
WP_HTTP_BLOCK_EXTERNAL
. Moreover, our firewall blocks the web server from being able to initiate requests. To install plugins and themes, we do this manually withscp
andssh
.define( 'WP_HTTP_BLOCK_EXTERNAL', true );
It’s trivial to download .zip files of plugins and themes from www.remarpro.com, but I can’t for the life of me figure out how to download Website Templates from the Astra website. I can preview it, but where the heck is the download button!?!
Where can I download a Website Templates (with
wget
orcurl
) for Astra?The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.